From a0b3ec00f67341dc345d00ababb96074824f0803 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Tue, 19 Mar 2024 18:10:33 +0800 Subject: [PATCH] 1 --- config/app.js | 4 +- pages.json | 44 +-- pages/payment/qrcode.vue | 5 +- pages/product/basicSet.vue | 222 ++++++++------- pages/product/shop_type_change/index.vue | 146 ++++++++++ pages/product/shop_type_change/progress.vue | 299 ++++++++++++++++++++ pages/users/login/login_copy.vue | 59 ++-- 7 files changed, 616 insertions(+), 163 deletions(-) create mode 100644 pages/product/shop_type_change/index.vue create mode 100644 pages/product/shop_type_change/progress.vue diff --git a/config/app.js b/config/app.js index 4f7918e..d94b1a2 100644 --- a/config/app.js +++ b/config/app.js @@ -10,8 +10,8 @@ let wsApi // 在打包之前请检查当前环境是否正确 // const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 -const env = 'prew'; // 预上线 +const env = 'prod'; // 生产 +// const env = 'prew'; // 预上线 switch (env) { case 'prod': diff --git a/pages.json b/pages.json index 757d63a..f4f5ac0 100644 --- a/pages.json +++ b/pages.json @@ -1392,69 +1392,73 @@ "style": { "navigationBarTitleText": "添加店铺分类" } - }, - { + }, { "path": "addGoods/index", "style": { "navigationBarTitleText": "添加商品" } - }, - { + }, { "path": "addGoods/secound", "style": { "navigationBarTitleText": "添加商品" } - }, - { + }, { "path": "addGoods/addGoodDetils", "style": { "navigationBarTitleText": "商品详情" } - }, - { + }, { "path": "addGoods/singleSpecification", "style": { "navigationBarTitleText": "单规格" } - }, - { + }, { "path": "addGoods/mulSpecification", "style": { "navigationBarTitleText": "多规格" } - }, - { + }, { "path": "addGoods/specificationProperties", "style": { "navigationBarTitleText": "规格属性" } - }, - { + }, { "path": "addGoods/freightTemplate", "style": { "navigationBarTitleText": "运费模板", "onReachBottomDistance": 100, "enablePullDownRefresh": false } - }, - { + }, { "path": "addGoods/addFreightTemplate", "style": { "navigationBarTitleText": "新增运费模板" } - }, - { + }, { "path": "addGoods/modifyPrice", "style": { "navigationBarTitleText": "修改价格-多规格" } - }, - { + }, { "path": "basicSet", "style": { "navigationBarTitleText": "商户基本设置", "enablePullDownRefresh": false } + }, { + "path": "shop_type_change/index", + "style": { + "navigationBarTitleText": "类型变更", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { + "path": "shop_type_change/progress", + "style": { + "navigationBarTitleText": "变更进度", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }, { "path": "addGood/addGood", diff --git a/pages/payment/qrcode.vue b/pages/payment/qrcode.vue index aecb103..d3e1554 100644 --- a/pages/payment/qrcode.vue +++ b/pages/payment/qrcode.vue @@ -1,7 +1,7 @@