绿满眶商城微信小程序-uniapp
peng
2025-09-30 e6c8da7b6e4270cb1353f3fd8cd799c02ca97c77
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)
      }
     })