| | |
| | | params: { |
| | | applyPayWayStr: this.payWay, |
| | | cusid: this.shopInfo.id, |
| | | money: Number(this.money * 100), |
| | | money: (this.money * 100).toFixed(0), |
| | | } |
| | | }).then(res => { |
| | | this.couponList = res |
| | |
| | | // 金额 this.money |
| | | uni.showLoading() |
| | | const params = { |
| | | money: (this.money * 100).toFixed(0), |
| | | shopId: this.shopInfo.id, |
| | | payWay: this.payWay, |
| | | buyerNote: this.buyerNote, |
| | | score: 0, |
| | |
| | | params.activityQrcodeId = this.activityQrcodeId |
| | | } |
| | | if (this.cid) { |
| | | params.money = Number(this.money * 100) |
| | | params.shopId = this.shopInfo.id |
| | | params.cid = this.cid |
| | | } |
| | | //生成订单 |