From 72c60010e40d2c714d91cae5c3a8d05ad4be1dbf Mon Sep 17 00:00:00 2001 From: anbbukn Date: Thu, 2 Jul 2020 11:31:09 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 +- src/router/ebiz/product-store.js | 11 +++- src/views/ebiz/product-store/Protocol.vue | 59 ++++++++++++++++++++ src/views/ebiz/product-store/StoreDetail.vue | 40 +++++++++---- 4 files changed, 102 insertions(+), 13 deletions(-) create mode 100644 src/views/ebiz/product-store/Protocol.vue 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 {