From e073739ee5f445a46f5878da67ea65debd311e96 Mon Sep 17 00:00:00 2001 From: clay <209192278@qq.com> Date: Sun, 18 Dec 2022 23:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E7=94=BB?= =?UTF-8?q?=E8=B4=A8,=E5=B7=B2=E4=B8=8A=E4=BC=A0=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E7=89=88=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/certifiedCj/certifiedCj.vue | 3 +- components/news/news.vue | 2 +- manifest.json | 144 +++++++++--------- .../bindCompony/bindCompony.vue | 0 .../browseHistory/browseHistory.vue | 0 .../memberCenter/memberCenter.vue | 0 packageReport/certifiedCj/certifiedCj.vue | 6 +- .../certifiedCjDetail/certifiedCjDetail.vue | 10 +- packageReport/news/news.vue | 8 +- packageReport/xwDetail/xwDetail.vue | 20 +-- pages.json | 54 ++++--- .../detail/productsDetail/productsDetail.vue | 14 +- pages/ideasAndNeeds/ideasAndNeeds.vue | 98 ++++++------ pages/my/my.vue | 8 +- static/detail/xiangqing_icon_shoucang.png | Bin 4551 -> 0 bytes static/detail/zhanwei_xppx.png | Bin 710650 -> 226102 bytes static/products/sy_bg.png | Bin 137067 -> 0 bytes 17 files changed, 193 insertions(+), 174 deletions(-) rename {pages/my => packageMy}/bindCompony/bindCompony.vue (100%) rename {pages/my => packageMy}/browseHistory/browseHistory.vue (100%) rename {pages/my => packageMy}/memberCenter/memberCenter.vue (100%) delete mode 100644 static/detail/xiangqing_icon_shoucang.png delete mode 100644 static/products/sy_bg.png diff --git a/components/certifiedCj/certifiedCj.vue b/components/certifiedCj/certifiedCj.vue index 253aa53..bf8ff9d 100644 --- a/components/certifiedCj/certifiedCj.vue +++ b/components/certifiedCj/certifiedCj.vue @@ -59,8 +59,9 @@ clickCj(index) { if (index == 0) { uni.navigateTo({ - url: '/pages/detail/certifiedCjDetail/certifiedCjDetail' + url: '../../packageReport/certifiedCjDetail/certifiedCjDetail' }) + } } } diff --git a/components/news/news.vue b/components/news/news.vue index 1195aeb..bced60a 100644 --- a/components/news/news.vue +++ b/components/news/news.vue @@ -50,7 +50,7 @@ clickNews(index) { if (index == 0) { uni.navigateTo({ - url: '/pages/detail/xwDetail/xwDetail' + url: '../../packageReport/xwDetail/xwDetail' }) } }, diff --git a/manifest.json b/manifest.json index 3b8eb92..a26ae89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,74 +1,74 @@ { - "name" : "shitong-app", - "appid" : "__UNI__CB00746", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : {}, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : {} - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx4c2099a19c69664f", - "setting" : { - "urlCheck" : false, - "es6" : false, - "postcss" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "2" + "name": "shitong-app", + "appid": "__UNI__807D381", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": {}, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx4c2099a19c69664f", + "setting": { + "urlCheck": false, + "es6": false, + "postcss": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "2" } diff --git a/pages/my/bindCompony/bindCompony.vue b/packageMy/bindCompony/bindCompony.vue similarity index 100% rename from pages/my/bindCompony/bindCompony.vue rename to packageMy/bindCompony/bindCompony.vue diff --git a/pages/my/browseHistory/browseHistory.vue b/packageMy/browseHistory/browseHistory.vue similarity index 100% rename from pages/my/browseHistory/browseHistory.vue rename to packageMy/browseHistory/browseHistory.vue diff --git a/pages/my/memberCenter/memberCenter.vue b/packageMy/memberCenter/memberCenter.vue similarity index 100% rename from pages/my/memberCenter/memberCenter.vue rename to packageMy/memberCenter/memberCenter.vue diff --git a/packageReport/certifiedCj/certifiedCj.vue b/packageReport/certifiedCj/certifiedCj.vue index 437fdef..d631b34 100644 --- a/packageReport/certifiedCj/certifiedCj.vue +++ b/packageReport/certifiedCj/certifiedCj.vue @@ -1,5 +1,5 @@