Commit 70f65472943f4537fbae11a9b54c6e7abcb74b8f

Authored by zhiyangdu
1 parent 00c3c313

线下体育必须重新打开webview才能拿到uid

Showing 1 changed file with 1 additions and 10 deletions
src/pages/index/index.vue
@@ -55,7 +55,7 @@ export default { @@ -55,7 +55,7 @@ export default {
55 } else if (index == 2) { 55 } else if (index == 2) {
56 items = { 56 items = {
57 title: "线下赛事", 57 title: "线下赛事",
58 - type: "30", 58 + type: "5",
59 shop_type: 59 shop_type:
60 '{"id":"3","title":"\\u7ebf\\u4e0b\\u8d5b\\u4e8b"}', 60 '{"id":"3","title":"\\u7ebf\\u4e0b\\u8d5b\\u4e8b"}',
61 to: 61 to:
@@ -64,15 +64,6 @@ export default { @@ -64,15 +64,6 @@ export default {
64 "?activityId=" + 64 "?activityId=" +
65 (this.mode == "prod" ? 92 : 77) 65 (this.mode == "prod" ? 92 : 77)
66 }; 66 };
67 - // let hrefUrl =  
68 - // this.getParams(this.mode).shop.apiAddress +  
69 - // "/html/sports-china/1/#/" +  
70 - // "?activityId=" +  
71 - // (this.mode == "prod" ? 92 : 77) +  
72 - // (this.$route.query.uid  
73 - // ? "&uid=" + this.$route.query.uid  
74 - // : "");  
75 - // window.location.href = hrefUrl;  
76 } 67 }
77 // 通用跳转打开一个webview 68 // 通用跳转打开一个webview
78 this.$parent.gotoDetail(items); 69 this.$parent.gotoDetail(items);