Commit ff562811 authored by lvtz's avatar lvtz

fix 反馈联系方式遗漏

parent 78b1f940
......@@ -14,8 +14,8 @@
<image class="icon-del" src="{{localImageRoot}}2b/helpcenter/icon_del.png?{{imageVersion}}" bindtap="delImg" data-index="{{index}}"></image>
</view>
</block>
<view class="item item-add" wx:if="{{imgs.length<4}}" bindtap="imgUpload">
<!-- <image class="pic-add" src="{{imageRoot}}2b/helpcenter/pic_add.png?{{imageVersion}}"></image> -->
<view class="item item-add" wx:if="{{imgs.length<4}}" bindtap="imgUpload">
<image class="icon-add" src="{{localImageRoot}}2b/helpcenter/icon_add.png?{{imageVersion}}"></image>
</view>
</view>
</view>
......@@ -24,7 +24,7 @@
<view class="section section-contact">
<view class="section-title">联系方式</view>
<view class="form-itembox">
<input class="input-item" type="text" value="{{contact}}" placeholder="请留下您的手机号/微信号 (可选)"/>
<input class="input-item" type="text" value="{{contact}}" placeholder="请留下您的手机号/微信号 (可选)" bindinput="contactInput"/>
</view>
</view>
<view class="submitbtn {{!content? 'submitbtn-disabled' : ''}}" bindtap="publish">提交</view>
......
......@@ -52,6 +52,7 @@
font-size: 60rpx;
color: #ccc;
font-weight: bold;
box-sizing: border-box;
}
.picbox .item:last-of-type {
margin-right: 0;
......@@ -70,9 +71,9 @@
top: -18rpx;
right: -18rpx;
}
.picbox .item .pic-add {
width: 100%;
height: 100%;
.picbox .item .icon-add {
width: 34rpx;
height: 34rpx;
}
.submitbtn {
margin: 130rpx auto 96rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment