From 8adef16e20c8e3f5b6a56d2b9c20d5cc32ce47d3 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 26 Sep 2024 09:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/content/submit.vue | 2 +- config.js | 2 +- pages.json | 3 + pages/auth/login.vue | 2 +- pages/index/center.vue | 3 +- pages_mine/mine/help.vue | 130 +++++++++++++++++++++++++++++++++++ pages_mine/static/help/uploading.png | Bin 0 -> 7380 bytes static/image/login/logo.jpg | Bin 0 -> 30834 bytes 8 files changed, 138 insertions(+), 4 deletions(-) create mode 100644 pages_mine/mine/help.vue create mode 100644 pages_mine/static/help/uploading.png create mode 100644 static/image/login/logo.jpg diff --git a/components/content/submit.vue b/components/content/submit.vue index da81acc..a010ef5 100644 --- a/components/content/submit.vue +++ b/components/content/submit.vue @@ -58,9 +58,9 @@ align-items: center; .btn{ background: $uni-linear-gradient-btn-color; + color: #fff; width: 600rpx; height: 80rpx; - color: #fff; border-radius: 15rpx; } view{ diff --git a/config.js b/config.js index 0c3a700..9a6313c 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ import utils from './utils/utils.js' // 当前环境 -const type = 'dev' +const type = 'prod' // 环境配置 diff --git a/pages.json b/pages.json index 9542b4b..fe50e6c 100644 --- a/pages.json +++ b/pages.json @@ -195,6 +195,9 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "mine/help" } ] }], diff --git a/pages/auth/login.vue b/pages/auth/login.vue index 9bb91f2..2f4cb60 100644 --- a/pages/auth/login.vue +++ b/pages/auth/login.vue @@ -1,7 +1,7 @@