石广澎
2024-09-20 192695706dfafbfee7ead68118230fb039f57a52
pay/scanpay.vue
@@ -420,7 +420,7 @@
        params: {
          applyPayWayStr: this.payWay,
          cusid: this.shopInfo.id,
          money: Number(this.money * 100),
          money: (this.money * 100).toFixed(0),
        }
      }).then(res => {
        this.couponList = res
@@ -456,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,
@@ -465,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
      }
      //生成订单