YS:0元付款

main
yangsai@163.com 4 months ago
parent f2738c1b19
commit ab88b526d0
  1. 8
      pages/goods/cashier/index.vue

@ -1,11 +1,11 @@
<template> <template>
<view class="page" v-if="payPriceShow"> <view class="page" >
<view class="pay-price"> <view class="pay-price">
<view class="price"> <view class="price">
<text class="unit">{{$t(``)}}</text> <text class="unit">{{$t(``)}}</text>
<numberScroll :num='payPriceShow' color="#E4884E" width='36' height='70' fontSize='60'></numberScroll> <numberScroll :num='payPriceShow' color="#E4884E" width='36' height='70' fontSize='60'></numberScroll>
</view> </view>
<view class="count-down"> <view class="count-down" v-if="!wei_status">
{{$t(`支付剩余时间`)}} {{$t(`支付剩余时间`)}}
<countDown :is-day="false" :tip-text="' '" :day-text="' '" :hour-text="' : '" :minute-text="' : '" <countDown :is-day="false" :tip-text="' '" :day-text="' '" :hour-text="' : '" :minute-text="' : '"
:second-text="' '" :datatime="invalidTime"></countDown> :second-text="' '" :datatime="invalidTime"></countDown>
@ -109,7 +109,8 @@
msg: '' msg: ''
}, },
formContent: '', formContent: '',
oid: 0 oid: 0,
wei_status:0
} }
}, },
watch: { watch: {
@ -216,6 +217,7 @@
this.cartArr[2].number = res.data.now_money; this.cartArr[2].number = res.data.now_money;
this.number = Number(res.data.now_money) || 0; this.number = Number(res.data.now_money) || 0;
this.oid = res.data.oid this.oid = res.data.oid
this.wei_status = res.data.wei_status;
uni.hideLoading(); uni.hideLoading();
}).catch(err => { }).catch(err => {
uni.hideLoading(); uni.hideLoading();

Loading…
Cancel
Save