From 76d6d3a0b7f37b2363745d80476d479b821ac90f Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Tue, 14 Oct 2025 19:29:09 +0800 Subject: [PATCH] =?UTF-8?q?ui=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/common/utils/commonHelper.js | 2 +- .../coreshop-page/coreshop-coupon.vue | 2 +- .../coreshop-page/coreshop-groupPurchase.vue | 2 +- .../coreshop-page/coreshop-pinTuan.vue | 4 ++-- .../coreshop-page/coreshop-service.vue | 2 +- .../activity/groupBuying/details/details.vue | 2 +- .../pages/activity/groupBuying/list/list.vue | 6 +++--- .../activity/pinTuan/details/details.vue | 10 +++++----- .../pages/activity/pinTuan/list/list.vue | 4 ++-- .../activity/seckill/details/details.vue | 2 +- .../pages/activity/seckill/list/list.vue | 6 +++--- .../CoreShop/pages/article/list/list.vue | 2 +- .../CoreShop/pages/form/details/details.vue | 6 +++--- .../pages/goods/goodDetails/goodDetails.vue | 4 ++-- .../CoreShop/pages/index/member/member.scss | 4 ++-- .../CoreShop/pages/index/member/member.vue | 6 +++--- .../pages/member/afterSales/list/list.vue | 4 ++-- .../pages/member/afterSales/submit/submit.vue | 2 +- .../commissionDetails/commissionDetails.vue | 2 +- .../pages/member/agent/order/order.scss | 6 +++--- .../pages/member/agent/order/order.vue | 2 +- .../balance/withdrawCash/withdrawCash.vue | 2 +- .../commissionDetails/commissionDetails.vue | 2 +- .../member/distribution/order/order.scss | 6 +++--- .../pages/member/distribution/order/order.vue | 2 +- .../CoreShop/pages/member/invite/index.vue | 2 +- .../pages/member/merchant/index/index.scss | 4 ++-- .../pages/member/merchant/index/index.vue | 4 ++-- .../pages/member/merchant/search/index.scss | 4 ++-- .../pages/member/merchant/search/index.vue | 4 ++-- .../member/merchant/takeDelivery/index.vue | 2 +- .../member/merchant/takeDelivery/list.vue | 2 +- .../pages/member/order/index/index.vue | 6 +++--- .../CoreShop/static/images/common/bg1.png | Bin 0 -> 351323 bytes .../static/images/indexMenus/index01.png | Bin 2012 -> 1460 bytes .../static/images/indexMenus/index01_1.png | Bin 1799 -> 1174 bytes .../static/images/indexMenus/index02.png | Bin 2690 -> 1726 bytes .../static/images/indexMenus/index02_1.png | Bin 3071 -> 1396 bytes .../static/images/indexMenus/index03.png | Bin 2474 -> 1347 bytes .../static/images/indexMenus/index03_1.png | Bin 2452 -> 1077 bytes .../static/images/indexMenus/index04.png | Bin 2505 -> 2834 bytes .../static/images/indexMenus/index04_1.png | Bin 2687 -> 2349 bytes .../static/images/payments/balancepay.png | Bin 1913 -> 7839 bytes .../CoreShop/static/images/payments/pay.png | Bin 5854 -> 1751 bytes .../CoreShop/static/style/coreCommon.scss | 4 ++-- 45 files changed, 62 insertions(+), 62 deletions(-) create mode 100644 CoreCms.Net.Uni-App/CoreShop/static/images/common/bg1.png diff --git a/CoreCms.Net.Uni-App/CoreShop/common/utils/commonHelper.js b/CoreCms.Net.Uni-App/CoreShop/common/utils/commonHelper.js index c2518ec..d150d2e 100644 --- a/CoreCms.Net.Uni-App/CoreShop/common/utils/commonHelper.js +++ b/CoreCms.Net.Uni-App/CoreShop/common/utils/commonHelper.js @@ -51,7 +51,7 @@ function formatMoney(number, places, symbol, thousand, decimal) { // console.log(places) number = number || 0 places = !isNaN((places = Math.abs(places))) ? places : 2 - symbol = symbol !== undefined ? symbol : '¥' + symbol = symbol !== undefined ? symbol : '' thousand = thousand || ',' decimal = decimal || '.' var negative = number < 0 ? '-' : '', diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-coupon.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-coupon.vue index 138ddda..1bbdae9 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-coupon.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-coupon.vue @@ -58,7 +58,7 @@ coupons: [ { color: '#9F6DFA', ltBg: "#FFFFFF", height: '180rpx', - unit: "¥", number: 5, txt: "满50元可用", title: "全场通用券", desc: "有效期至 2018-05-20", + unit: "", number: 5, txt: "满50元可用", title: "全场通用券", desc: "有效期至 2018-05-20", btn: "领取", drawed: "已抢2100张" } ] diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-groupPurchase.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-groupPurchase.vue index 73fbb10..2a23f5a 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-groupPurchase.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-groupPurchase.vue @@ -13,7 +13,7 @@ {{item.name}} {{item.goods.name}} - ¥{{item.goods.product.price}} {{item.goods.product.mktprice}}元 + {{item.goods.product.price}} {{item.goods.product.mktprice}}元 diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-pinTuan.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-pinTuan.vue index 480e9ca..380dea6 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-pinTuan.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-pinTuan.vue @@ -17,8 +17,8 @@ - ¥{{item.pinTuanPrice}} - ¥{{item.pinTuanPrice + item.discountAmount}} + {{item.pinTuanPrice}} + {{item.pinTuanPrice + item.discountAmount}} diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-service.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-service.vue index f51d6ca..cc9a10d 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-service.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-service.vue @@ -12,7 +12,7 @@ {{item.title}} {{item.description}} - ¥{{item.money}} + {{item.money}} diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/details/details.vue b/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/details/details.vue index c4f88a9..63c13c7 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/details/details.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/details/details.vue @@ -293,7 +293,7 @@ {{ product.price || ''}} - ¥{{ product.mktprice || ''}} + {{ product.mktprice || ''}} diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/list/list.vue b/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/list/list.vue index 0ca50a9..01cc7e0 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/list/list.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/activity/groupBuying/list/list.vue @@ -1,4 +1,4 @@ -