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 55 } else if (index == 2) {
56 56 items = {
57 57 title: "线下赛事",
58   - type: "30",
  58 + type: "5",
59 59 shop_type:
60 60 '{"id":"3","title":"\\u7ebf\\u4e0b\\u8d5b\\u4e8b"}',
61 61 to:
... ... @@ -64,15 +64,6 @@ export default {
64 64 "?activityId=" +
65 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 68 // 通用跳转打开一个webview
78 69 this.$parent.gotoDetail(items);
... ...