绿满眶商城微信小程序-uniapp
zxl
2 天以前 c8cef398fbf1f9b63dbf23637ef520b421515dc9
pages/video/video-goods-detail.vue
@@ -75,9 +75,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)
            }
         })