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 @@ -