Commit 037bd5079df78e2692eb2d57fb102f7b5bf37f8e

Authored by 王强
1 parent 3d4066ed

购好物,新版工会页面,添加openApp请求,添加shop_extra=1参数,用于Android App拉起服务号~

src/pages/labourUnion2/labourUnion2.vue
... ... @@ -828,7 +828,10 @@
828 828 this.$parent.getOpenApp({
829 829 type: 72,
830 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  
... ...