Browse Source

style:删除rmb符号

zhanghui 2 years ago
parent
commit
3a1c62c080

+ 2 - 2
common/js/env.js

@@ -3,9 +3,9 @@
 // let baseUrl = `https://jje.admin.xinyuekj.com.cn`
 // let baseUrl = `https://jje.xinyuekj.com.cn/prod-api`
 /** 测试环境 */
-// let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
+let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
 /** 开发环境*/
-let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
+// let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
 // let baseUrl = `http://47.108.114.127:10888`
 
 

+ 1 - 1
components/pay/pay.vue

@@ -37,7 +37,7 @@
 							<u-icon name="/static/me/u701.png" color="#38db38" size="36"></u-icon>
 							<view class="payName flex-col justify-center">
 								<text>余额支付</text>
-								<text class="balance">可用余额{{balance}}</text>
+								<text class="balance">可用余额{{balance}}</text>
 							</view>
 						</view>
 						<view class="flex-col justify-center">

+ 1 - 1
myPages/promotionCenter/index.vue

@@ -11,7 +11,7 @@
                     <text>奖励金额</text>
                 </view>
                 <view class="title1">
-                    <text>{{earningsAmount}}</text>
+                    <text>{{earningsAmount}}</text>
                 </view>
             </view>
 

+ 3 - 3
myPages/recharge/index.vue

@@ -71,9 +71,9 @@
 
 				<!-- 自定义充值金额 -->
 				<view class="h-custom">
-					<view class="h-icon">
-						<u-icon name="rmb" color="#333" size="22"></u-icon>
-					</view>
+<!--					<view class="h-icon">-->
+<!--						<u-icon name="rmb" color="#333" size="22"></u-icon>-->
+<!--					</view>-->
 					<view class="h-money">
 						<input v-model="reqOrderParm.rechargeAmount"  @click="cancelChooseMoney"  placeholder="请输入金额" type="number">
 					</view>

+ 3 - 3
orderPages/bookService/index.vue

@@ -57,8 +57,8 @@
 							</view>
 							<text class="serobName ">{{item1.personName || '未填写'}}</text>
 							<view class="flex-row justify-center ">
-								<u-icon name="rmb-circle" size="14"></u-icon>
-								<text class="teachPrice">{{item1.fee}}</text>
+<!--								<u-icon name="rmb-circle" size="14"></u-icon>-->
+								<text class="teachPrice">{{item1.fee}}</text>
 							</view>
 							<view class="serobV " v-if="item1.select">
 								<image class="serobVicon" src="/static/order/ud20.png"></image>
@@ -131,7 +131,7 @@
 			<view class="btn flex-row justify-between">
 				<view>
 					<text class="title">待支付</text>
-					<text class="num">{{price}}</text>
+					<text class="num">{{price}}</text>
 				</view>
 				<view class="btnRight" @click="openSetting">
 					<text>提交</text>

+ 1 - 1
orderPages/receiveCoupons/index.vue

@@ -14,7 +14,7 @@
 			<view class="row-list flex-row justify-start">
 				<view class="h-text flex-col justify-center ">
 					<view class="money">
-						<text>{{item.discountsPrice}}</text>
+						<text>{{item.discountsPrice}}</text>
 					</view>
 					<view class="desc">
 						<text>满{{item.reachPrice}}可用</text>

+ 2 - 2
pages/order/index.vue

@@ -98,8 +98,8 @@
 							<u-icon name="/static/me/u701.png" color="#38db38" size="36"></u-icon>
 							<view class="payName flex-col justify-center">
 								<text>余额支付</text>
-								<text class="balance">可用余额{{userInfo.balance || 0}}</text>
-<!--								<text class="balance">应付金额{{payAmount}}</text>-->
+								<text class="balance">可用余额{{userInfo.balance || 0}}</text>
+<!--								<text class="balance">应付金额{{payAmount}}</text>-->
 							</view>
 						</view>
 

+ 3 - 3
pages/order/module/mescrollUni-item.vue

@@ -122,14 +122,14 @@
 								</view>
 							</view>
 							<view class="price" v-if="item.serviceAttribute == 2">
-								预约金额:<text class="fontColor"> {{ item.subAmount || 0}}</text>
+								预约金额:<text class="fontColor"> {{ item.subAmount || 0}}</text>
 							</view>
 							<view class="price" v-if="item.payAmount*1>0">
-								订单总金额:<text class="fontColor"> {{ item.payAmount || 0}}</text>
+								订单总金额:<text class="fontColor"> {{ item.payAmount || 0}}</text>
 								<text :style="{'text-decoration':'line-through','margin-left':'15rpx', 'font-size':'20rpx'}">¥{{ item.totalAmount || 0}}</text>
 							</view>
 							<view class="price" v-else>
-								订单总金额:<text class="fontColor"> {{ item.totalAmount || 0}}</text>
+								订单总金额:<text class="fontColor"> {{ item.totalAmount || 0}}</text>
 							</view>
 						</view>
 						<view class="nav-bar">

+ 1 - 1
storePages/rights/index.vue

@@ -14,7 +14,7 @@
 				<view class="row-list flex-row justify-start" v-for="(item, index) in equityList" :key="index">
 					<view class="h-text flex-col justify-center ">
 						<view class="money">
-							<text>{{ item.salePrice }}</text>
+							<text>{{ item.salePrice }}</text>
 						</view>
 						<!--				<view class="desc">-->
 						<!--					<text>{{item.title}}</text>-->