绿满眶商城微信小程序-uniapp
peng
7 小时以前 b106240cbdc2a641388fd9674f1fe73d1c316f5d
埋点调整
4个文件已修改
8 ■■■■ 已修改文件
pages/order/afterSales/afterSales.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/myOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/video/video-goods-detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/afterSales/afterSales.vue
@@ -270,9 +270,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/order/myOrder.vue
@@ -384,9 +384,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/order/orderDetail.vue
@@ -353,9 +353,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/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)
                }
            })