支付接口调用
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
<view class="fontStyle">
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/Meituanquan.png"
|
||||
style="width: 39.46rpx;height: 40rpx;" mode=""></image>
|
||||
<text>美团券</text>
|
||||
<text>优惠券</text>
|
||||
</view>
|
||||
<view class="content">
|
||||
{{info.expDate}}
|
||||
</view>
|
||||
<button v-if="info.refundAble=='1'" class="buttonStyle" @click="makephone(info.phone)">申请退款</button>
|
||||
<view style="height: 2rpx;width: 100%;background-color: #EFEFEF;margin-top: 16rpx;"> </view>
|
||||
<view class="rightStyle" v-for="(item,i) in info.coupons" >
|
||||
<text>
|
||||
<view class="rightStyle" v-for="(item,i) in info.coupons">
|
||||
<text :class="[item.isRefund==1?'tdl':'' ]">
|
||||
{{item.couponNo}}
|
||||
</text>
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/QRcode.png" v-if="info.status=='unused'"
|
||||
@@ -102,4 +102,9 @@
|
||||
justify-content: @start;
|
||||
align-items: @position;
|
||||
}
|
||||
|
||||
.tdl {
|
||||
color: #999;
|
||||
text-decoration: line-through
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user