详情开发
This commit is contained in:
@@ -107,8 +107,10 @@
|
||||
<view>实付:<text style="color: #FF4C11;">¥{{item.payAmount}}</text></view>
|
||||
</view>
|
||||
</view>
|
||||
<u-button v-if="item.status=='unused'" type="primary" shape="circle" class="buttonStyle"
|
||||
text="查看券码"></u-button>
|
||||
<button v-if="item.status=='unused'" type="primary" class="buttonStyle"
|
||||
>查看券码</button>
|
||||
<button v-if="item.status=='unpaid'" type="primary" class="buttonStyle"
|
||||
>去付款</button>
|
||||
</view>
|
||||
</view>
|
||||
<image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png"
|
||||
@@ -514,11 +516,13 @@
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
bottom: 50rpx;
|
||||
font-size: 28rpx;
|
||||
width: 170rpx;
|
||||
height: 64rpx;
|
||||
background: #FFD100;
|
||||
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
||||
border: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.state {
|
||||
|
||||
Reference in New Issue
Block a user