From f66cc10bf29d76f5953a64aa4104848c729ff118 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Thu, 14 Aug 2025 11:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 +- main.js | 10 +- pages/feedback/help.vue | 2 +- pages/feedback/report.vue | 1 - pages/other/aboutUs.vue | 2 +- pages/other/gradeRule.vue | 2 +- pages/union/detail.vue | 993 ++++++++++++++++---------------- pages/union/exitApplication.vue | 3 +- pages/union/historyRecord.vue | 3 +- pages/union/index.vue | 63 +- pages/union/memberList.vue | 2 +- pages/union/roomAndflow.vue | 4 +- pages/union/setGroup.vue | 2 +- pages/union/subsidy.vue | 14 +- pages/union/unionMembers.vue | 527 +++++++++-------- static/image/swiper.jpg | Bin 0 -> 36053 bytes static/image/swiper.png | Bin 245079 -> 0 bytes static/image/union/flowbg.png | Bin 68592 -> 70267 bytes until/config.js | 10 +- until/request.js | 1 + 20 files changed, 834 insertions(+), 817 deletions(-) create mode 100644 static/image/swiper.jpg delete mode 100644 static/image/swiper.png diff --git a/App.vue b/App.vue index 51e385b3..0f919b5d 100644 --- a/App.vue +++ b/App.vue @@ -2,7 +2,7 @@ import http from '@/until/http.js'; export default { onLaunch: function () { - this.getInfo() + // this.getInfo() }, onHide: function () { uni.removeStorageSync('Theme_Data') @@ -51,4 +51,14 @@ img { height: 100%; object-fit: cover; } +// 定制 +:root { + --primary-color: #6C49E4; + --sub-color: #F0EEF7; + --subs-color: #6C49E4; + --subss-color: #DEB52E; + --warn-color:#F69627; + --font-button-color:#fff; + --font-button-size:24rpx; +} \ No newline at end of file diff --git a/main.js b/main.js index 663627e4..7f02ca2e 100644 --- a/main.js +++ b/main.js @@ -2,11 +2,11 @@ // #ifndef VUE3 import Vue from 'vue' import App from './App' - +import config from '@/until/config.js' Vue.config.productionTip = false App.mpType = 'app' - +Vue.prototype.$config = config; const app = new Vue({ ...App }) @@ -14,10 +14,12 @@ app.$mount() // #endif // #ifdef VUE3 -import { createSSRApp } from 'vue' +import { createSSRApp } from 'vue' +import config from '@/until/config.js' import App from './App.vue' export function createApp() { - const app = createSSRApp(App) + const app = createSSRApp(App) + app.config.globalProperties.$config = config return { app } diff --git a/pages/feedback/help.vue b/pages/feedback/help.vue index 238120aa..77abc9e6 100644 --- a/pages/feedback/help.vue +++ b/pages/feedback/help.vue @@ -1,5 +1,5 @@