diff --git a/src/App.vue b/src/App.vue index 184ba9078..349affefb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,10 @@
- + + + + - -
- +
- 《国富客户权益卡简介》 + 《国富客户权益卡简介》 + 查看
- 查看 + 一键转发 + @@ -130,6 +130,17 @@ export default { }, methods: { //获取商城详情 + enterProtocol() { + this.$jump({ + flag: 'h5', + extra: { + url: location.origin + `/#/productStore/protocol` + }, + routerInfo: { + path: `/productStore/protocol` + } + }) + }, async getShopList(data) { const res = await getShopList(data).catch(err => { this.loaded = false @@ -208,6 +219,7 @@ export default {