pay/scanpay.vue
@@ -424,6 +424,8 @@ } }).then(res => { this.couponList = res }).catch(()=>{ this.couponList = [] }) }, //选择优惠券 @@ -454,6 +456,8 @@ // 金额 this.money uni.showLoading() const params = { money: (this.money * 100).toFixed(0), shopId: this.shopInfo.id, payWay: this.payWay, buyerNote: this.buyerNote, score: 0, @@ -463,8 +467,6 @@ params.activityQrcodeId = this.activityQrcodeId } if (this.cid) { params.money = Number(this.money * 100) params.shopId = this.shopInfo.id params.cid = this.cid } //生成订单