|
@@ -29,7 +29,7 @@
|
|
|
<u-icon name="arrow-right" color="#7B7B7B" size="28"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="bottom-btn-wrap" v-if="leaveDetail.payStatus==0">
|
|
|
+ <view class="bottom-btn-wrap">
|
|
|
<view class="bottom-btn-box u-flex">
|
|
|
<view class="bottom-btn bg-blue" @click="handleOut">出场</view>
|
|
|
<view class="bottom-btn bg-gray" @click="openPage('pages/getout/getout')">取消</view>
|
|
@@ -123,7 +123,7 @@
|
|
|
code:''
|
|
|
},
|
|
|
showQrcode:false,
|
|
|
- qrcontent:'',
|
|
|
+ qrcontent:'https://postest.bgzchina.com/mobilePay?sysId=ZDM20210510000088857402',
|
|
|
|
|
|
|
|
|
}
|
|
@@ -235,7 +235,8 @@
|
|
|
// title: res.msg,
|
|
|
// type: 'success',
|
|
|
// });
|
|
|
- this.qrcontent = res.data;
|
|
|
+ this.qrcontent = res.data.qrCodeUrl;
|
|
|
+ console.log('this.qrcontent',this.qrcontent);
|
|
|
this.showPayway = false;
|
|
|
this.showQrcode = true;
|
|
|
console.log('gzbankPolypay',res)
|