Commit 037bd5079df78e2692eb2d57fb102f7b5bf37f8e
1 parent
3d4066ed
购好物,新版工会页面,添加openApp请求,添加shop_extra=1参数,用于Android App拉起服务号~
Showing
1 changed file
with
4 additions
and
1 deletions
src/pages/labourUnion2/labourUnion2.vue
| @@ -828,7 +828,10 @@ | @@ -828,7 +828,10 @@ | ||
| 828 | this.$parent.getOpenApp({ | 828 | this.$parent.getOpenApp({ |
| 829 | type: 72, | 829 | type: 72, |
| 830 | id: this.$route.query.appid || this.$route.query.id || 1, | 830 | id: this.$route.query.appid || this.$route.query.id || 1, |
| 831 | - url: "" | 831 | + url: "", |
| 832 | + ext: { | ||
| 833 | + shop_extra: '1' | ||
| 834 | + } | ||
| 832 | }); | 835 | }); |
| 833 | } | 836 | } |
| 834 | 837 |