This commit is contained in:
曹辉 2023-03-15 14:02:44 +08:00
parent e13462532f
commit 62a81e6550
2 changed files with 10 additions and 2 deletions

View File

@ -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;

View File

@ -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>