From 22c21e4d3cc75d353d425e30c3afb3456067775d Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Sun, 28 Dec 2025 22:36:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20app=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/.env.development | 4 +- app/App.vue | 2 +- app/components/countDown/index.vue | 4 +- app/components/couponListWindow/index.vue | 2 +- app/components/login_mobile/index.vue | 2 +- app/components/productConSwiper/index.vue | 2 +- app/pages.json | 88 +++++++++--------- app/pages/activity/bargain/index.vue | 4 +- app/pages/activity/goods_bargain/index.vue | 6 +- .../activity/goods_bargain_details/index.vue | 10 +- .../activity/goods_combination/index.vue | 2 +- .../goods_combination_details/index.vue | 2 +- .../goods_combination_status/index.vue | 14 +-- .../activity/goods_seckill_details/index.vue | 4 +- app/pages/activity/poster-poster/index.vue | 2 +- app/pages/goods_cate/goods_cate.vue | 4 +- app/pages/goods_details/index.vue | 4 +- app/pages/index/components/a_seckill.vue | 2 +- app/pages/index/index.vue | 2 +- app/pages/order_addcart/order_addcart.vue | 2 +- app/pages/user/index.vue | 6 +- app/pages/users/order_confirm/index.vue | 8 +- app/pages/users/order_list/index.vue | 2 +- app/pages/users/user_address/index.vue | 6 +- app/pages/users/user_address_list/index.vue | 2 +- app/pages/users/user_coupon/index.vue | 2 +- app/pages/users/user_get_coupon/index.vue | 4 +- app/pages/users/user_spread_user/index.vue | 2 +- app/static/css/base.css | 26 +++--- app/static/css/style.scss | 6 +- app/static/images/1-001.png | Bin 1946 -> 1169 bytes app/static/images/1-002.png | Bin 1690 -> 1235 bytes app/static/images/2-001.png | Bin 1519 -> 1421 bytes app/static/images/2-002.png | Bin 1417 -> 1484 bytes app/static/images/3-001.png | Bin 2133 -> 1355 bytes app/static/images/3-002.png | Bin 1899 -> 1382 bytes app/static/images/4-001.png | Bin 2482 -> 1455 bytes app/static/images/4-002.png | Bin 2016 -> 1560 bytes app/uni.scss | 2 +- app/utils/util.js | 4 +- 40 files changed, 115 insertions(+), 117 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 49cebfc..f7f9754 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -2,9 +2,9 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://127.0.0.1:18091' +# VUE_APP_BASE_API = 'http://127.0.0.1:18091' # VUE_APP_BASE_API = 'http://124.71.134.146:18091' -# VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn' +VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn' # VUE_APP_BASE_API = 'http://wangyi.test.jiutianda.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, diff --git a/app/App.vue b/app/App.vue index 11d0090..c607773 100644 --- a/app/App.vue +++ b/app/App.vue @@ -205,7 +205,7 @@ } .bg-color-red { - background-color: #E93323 !important; + background-color: #409EFF !important; } .syspadding { diff --git a/app/components/countDown/index.vue b/app/components/countDown/index.vue index 291c6e6..7e51c16 100644 --- a/app/components/countDown/index.vue +++ b/app/components/countDown/index.vue @@ -145,7 +145,7 @@ } .red { - color: #fc4141; + color: #409EFF; margin: 0 4rpx; } @@ -157,6 +157,6 @@ border-radius: 6px; background: #fff; font-size: 24rpx; */ - color: #E93323; + color: #409EFF; } diff --git a/app/components/couponListWindow/index.vue b/app/components/couponListWindow/index.vue index 9df55d8..0dbe582 100644 --- a/app/components/couponListWindow/index.vue +++ b/app/components/couponListWindow/index.vue @@ -212,7 +212,7 @@ } .nav .acea-row.on { - border-bottom-color: #E93323; + border-bottom-color: #409EFF; color: #282828; } diff --git a/app/components/login_mobile/index.vue b/app/components/login_mobile/index.vue index 33a9c4f..c7cc629 100644 --- a/app/components/login_mobile/index.vue +++ b/app/components/login_mobile/index.vue @@ -282,7 +282,7 @@ height: 86rpx; line-height: 86rpx; margin-top: 60rpx; - background: #E93323; + background: #409EFF; border-radius: 43rpx; color: #fff; font-size: 28rpx; diff --git a/app/components/productConSwiper/index.vue b/app/components/productConSwiper/index.vue index 47ebd51..4da6028 100644 --- a/app/components/productConSwiper/index.vue +++ b/app/components/productConSwiper/index.vue @@ -1,6 +1,6 @@