From 56d96382efb2b2bdd6a0ed474920ba05f605edf2 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 7 Jun 2024 18:35:18 +0800 Subject: [PATCH] 00 --- config/site.config.js | 2 +- manifest.json | 36 ++++++++++++++++++++++++++++++++++-- pages/tabbar/statistics/index.vue | 16 +--------------- pages/tabbar/student/index.vue | 17 ++++++++++++++++- 4 files changed, 52 insertions(+), 19 deletions(-) diff --git a/config/site.config.js b/config/site.config.js index 8e1383d..b0da39a 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -3,7 +3,7 @@ const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM; module.exports = { H5_API: VUE_APP_PLATFORM === 'h5' ? '/api' : '',//h5代理 // WX_API: VUE_APP_PLATFORM === 'h5' ? '' : 'http://192.168.1.37:8318/',//非代理地址 - WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'http://123.6.232.1:8099/',//非代理地址 + WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'http://123.6.232.54:8099/',//非代理地址 // TEMP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'http://192.168.1.39:48082/', httpPrefix: 'app-api/', imgUrl: 'http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/admin/bigImg/' diff --git a/manifest.json b/manifest.json index 3e98f23..eddb83f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "洛阳驾校端", "appid" : "__UNI__BD23957", "description" : "", - "versionName" : "1.0.1", - "versionCode" : 101, + "versionName" : "1.0.3", + "versionCode" : 103, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -47,6 +47,38 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {} + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } } } }, diff --git a/pages/tabbar/statistics/index.vue b/pages/tabbar/statistics/index.vue index 98bc12c..c95301c 100644 --- a/pages/tabbar/statistics/index.vue +++ b/pages/tabbar/statistics/index.vue @@ -175,21 +175,7 @@ diff --git a/pages/tabbar/student/index.vue b/pages/tabbar/student/index.vue index 8a8bf96..896e204 100644 --- a/pages/tabbar/student/index.vue +++ b/pages/tabbar/student/index.vue @@ -102,7 +102,7 @@ - + 您还未上传签名请尽快上传! 去签名 @@ -335,4 +335,19 @@ } } } + .signbox { + padding: 40rpx 50rpx; + text-align: center; + font-size: 28rpx; + color: #333; + .tit { + padding: 30rpx 0 60rpx 0; + color: $themC; + font-weight: 700; + } + .btnBg { + width: 370rpx; + margin: auto; + } + } \ No newline at end of file