绿满眶商城微信小程序-uniapp
peng
19 小时以前 e6c8da7b6e4270cb1353f3fd8cd799c02ca97c77
pages/commodity-square/commoditySquare.vue
@@ -441,9 +441,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)
         }
        })