Commit 0a6617c49d0911fcdea5a76a9ec57633a5b77c76

Authored by abson
2 parents 4070f44c 5a407f47

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

packageB/pages/zuhegou/index/index.js
@@ -1017,12 +1017,12 @@ Page({ @@ -1017,12 +1017,12 @@ Page({
1017 if (th.data.c_guide_id) { 1017 if (th.data.c_guide_id) {
1018 newd['guide_id'] = th.data.c_guide_id; 1018 newd['guide_id'] = th.data.c_guide_id;
1019 newd['guide_type'] = 2; 1019 newd['guide_type'] = 2;
1020 - if ("add" == t.currentTarget.dataset.action) newd['guide_type'] = 3; 1020 + newd['guide_type'] = 3;
1021 } else { 1021 } else {
1022 if (getApp().globalData.guide_id) { 1022 if (getApp().globalData.guide_id) {
1023 newd['guide_id'] = getApp().globalData.guide_id; 1023 newd['guide_id'] = getApp().globalData.guide_id;
1024 newd['guide_type'] = 0; 1024 newd['guide_type'] = 0;
1025 - if ("add" == t.currentTarget.dataset.action) newd['guide_type'] = 1; 1025 + newd['guide_type'] = 1;
1026 } 1026 }
1027 } 1027 }
1028 1028