diff --git a/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss b/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss index f69c482..5067ce9 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss @@ -137,7 +137,7 @@ page, .bg-page { background: #f7f7f7; } .coreshop-line-height-initial { line-height: initial } /*人民币符号*/ -.coreshop-text-price::before { content: "¥"; font-size: 80%; margin-right: 4upx; } +.coreshop-text-price::before { content: ""; font-size: 80%; margin-right: 4upx; } /*字体格式*/ .coreshop-text-bold { font-weight: bold; }