From 6c1ef9746c7b7b3cc8c2a2e26cf558df6e9aa9ec Mon Sep 17 00:00:00 2001 From: cclu Date: Thu, 5 May 2022 19:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- .../components/SelectShopList.vue | 45 +- .../components/merchartInfoView.vue | 461 ++++++++++++++++++ .../components/shopApproval.vue | 23 +- .../components/shopChangeState.vue | 6 +- pages/authorityApproval/detail.vue | 85 ++-- pages/authorityApproval/index.vue | 152 +++++- pages/index/components/menus.js | 17 +- 8 files changed, 709 insertions(+), 82 deletions(-) create mode 100644 pages/authorityApproval/components/merchartInfoView.vue diff --git a/manifest.json b/manifest.json index 42bde29..aa7a2b4 100644 --- a/manifest.json +++ b/manifest.json @@ -73,7 +73,7 @@ } }, "uniStatistics" : { - "enable" : true + "enable" : false } }, "mp-alipay" : { diff --git a/pages/authorityApproval/components/SelectShopList.vue b/pages/authorityApproval/components/SelectShopList.vue index f19cb32..3040a6b 100644 --- a/pages/authorityApproval/components/SelectShopList.vue +++ b/pages/authorityApproval/components/SelectShopList.vue @@ -1,11 +1,22 @@