Commit 50d68f042e0f82792672f6fb134e255e626742ac

Authored by zhiyangdu
1 parent 8b0e585d

获取url的id改成appid

Showing 1 changed file with 1 additions and 1 deletions
src/pages/index/index.vue
... ... @@ -45,7 +45,7 @@
45 45 // 获取并设置分享参数
46 46 this.$parent.getShareData({
47 47 type: 23,
48   - id: this.$route.query.id||1,
  48 + id: this.$route.query.appid || 1,
49 49 url: ""
50 50 });
51 51 },
... ...