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