绿满眶商城微信小程序-uniapp
zxl
3 天以前 796977e24baa7c1d3a333e2c1c8e06ca73fd9a56
pages/cart/coupon/myCoupon.vue
@@ -204,9 +204,9 @@
  onShow() {
     getSessionId().then(res=>{
      this.pageSessionNo = res.data.data
      this.actionParam.sessionId = this.pageSessionNo
      if(this.pageSessionNo){
      let param = Object.assign({}, this.actionParam);
         param.sessionId = this.pageSessionNo
         userAction(param)
      }
     })