Commit baf030f5 authored by 刘用法's avatar 刘用法

公用弹窗和签约面ui

parent 407616aa
......@@ -7,9 +7,11 @@
<text>{{title}}</text>
</view>
<view class="line-view" />
<view v-if="count" class="order-content">
<view class="order-content">
<view v-if="count">
你本月还有<text class="order-content-count">{{count}}</text>次拒单机会
</view>
</view>
</view>
<view class="order-pop-text">
<text>{{message}}</text>
</view>
......@@ -94,6 +96,7 @@
}
.order-content {
min-height: 14rpx;
text-align: center;
color: #333333;
font-size: 32rpx;
......
......@@ -76,10 +76,9 @@
if (this.count > 0) {
this.visibale = true
} else {
let message = '本月无拒单机会,请联系客服'
uni.showToast({
icon: 'none',
title: message,
title: '本月无拒单机会,请联系客服',
})
}
},
......
......@@ -470,7 +470,7 @@
}
.item {
display: flex;
padding: 28rpx 30rpx;
padding: 28rpx 0rpx;
width: 100%;
font-size: 32rpx;
color: #333;
......
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