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

公用弹窗和签约面ui

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