绿满眶商城微信小程序-uniapp
peng
18 小时以前 e6c8da7b6e4270cb1353f3fd8cd799c02ca97c77
埋点调整
2个文件已修改
4 ■■■■ 已修改文件
pages/commodity-square/commoditySquare.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/health/healthVideo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
            }
          })        
pages/health/healthVideo.vue
@@ -376,9 +376,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)
        }
      })