修改
This commit is contained in:
parent
e13462532f
commit
62a81e6550
@ -24,6 +24,9 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pointout">
|
||||
温馨提示:我们会尽快与您取得联系,您也可以进入“首页”-“在线客服”主动联系客服,谢谢!
|
||||
</view>
|
||||
<view class="remarks">
|
||||
<span>咨询内容:</span>
|
||||
<u-input v-model="updata.healthConsultationContent" type="textarea" :clearable='false' />
|
||||
@ -250,7 +253,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pointout{
|
||||
color: #666666;
|
||||
width: 94%;
|
||||
font-size: 28rpx;
|
||||
margin: 20rpx auto;
|
||||
}
|
||||
.remarks {
|
||||
width: 94%;
|
||||
margin: 10rpx auto;
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="noorder" v-else>
|
||||
<view class="noorder" v-if="couponlist.length==0">
|
||||
<u-empty mode="coupon" icon-size='220'></u-empty>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user