| | |
| | | <span class="title">担保金额</span> |
| | | <span class="value">{{params.guaranteedAmt}}</span> |
| | | </div> |
| | | <div class="cell-item-style"> |
| | | <span class="title">月赠费金额</span> |
| | | <span class="value">{{params.monGiftAmt}}</span> |
| | | </div> |
| | | </div> |
| | | <f-confirm v-model="showModal" showIcon iconClass='scene_Staging-shenhezhong' iconColor='#fff' @on-confirm='onSubmit' :showCancelBtn='false'> |
| | | <div>支付完成</div> |
| | |
| | | if (this.timer) { |
| | | clearInterval(this.timer); |
| | | } |
| | | QRCode.toDataURL( |
| | | url, |
| | | { |
| | | margin: 1, |
| | | width: 400 |
| | | }, |
| | | (err, url) => { |
| | | QRCode.toDataURL(url,{ margin: 1, width: 400}, (err, url) => { |
| | | this.qrCode = url; |
| | | this.orderSts(); |
| | | } |