绿满眶商城微信小程序-uniapp
zxl
2 天以前 f84321103bc873303c7184accbc2d7e8aeca7171
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)
      }
     })