Jelajahi Sumber

style:删除rmb符号

zhanghui 2 tahun lalu
induk
melakukan
a3331bb222

+ 1 - 1
myPages/systemSwitch/index.vue

@@ -88,7 +88,7 @@
             </view>
             <view class="h-value">
               <view class="h-name">账户余额</view>
-              <view class="h-text">{{ userMemberInfo.nowBalance }}</view>
+              <view class="h-text">{{ userMemberInfo.nowBalance }}</view>
             </view>
           </view>
           <view class="h-record">

+ 1 - 1
myPages/transactionRecordDetail/index.vue

@@ -67,7 +67,7 @@
                     <text>账户余额</text>
                 </view>
                 <view class="td-text">
-                    <text v-if="tranRecords.afterBalance">{{tranRecords.afterBalance}}</text>
+                    <text v-if="tranRecords.afterBalance">{{tranRecords.afterBalance}}</text>
                     <text v-else>0</text>
                 </view>
             </view>

+ 1 - 1
orderPages/myCoupon/module/mescrollUni-item.vue

@@ -16,7 +16,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>

+ 1 - 1
orderPages/orderDetail/index.vue

@@ -212,7 +212,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">可用余额{{userInfo.balance || 0}}</text>
+							<text class="balance">可用余额{{userInfo.balance || 0}}</text>
 						</view>
 					</view>
 

+ 1 - 1
orderPages/serviceItems/index.vue

@@ -101,7 +101,7 @@
                     <view class=" submitButtonLeft" @click="popupClick">
                         <text v-if="(ticketBtnIndex === 1 && equitys.length===0) || (ticketBtnIndex === 2 && coupons.length === 0)">使用权益卡或优惠券</text>
                         <text class="text-group_5" v-else-if="ticketBtnIndex === 1" v-for="(iter,i) in equitys" :key="i">{{iter.title}}</text>
-                        <text class="text-group_5" v-else-if="ticketBtnIndex === 2" v-for="(iter,i) in coupons" :key="i">{{iter.name}}:-{{iter.discountsPrice}}</text>
+                        <text class="text-group_5" v-else-if="ticketBtnIndex === 2" v-for="(iter,i) in coupons" :key="i">{{iter.name}}:-{{iter.discountsPrice}}</text>
                     </view>
                     <view class="submitButton " @click="addChildProject">确定</view>
 

+ 1 - 1
orderPages/useCoupons/index.vue

@@ -27,7 +27,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>

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

@@ -126,7 +126,7 @@
 							</view>
 							<view class="price" v-if="item.payAmount*1>0">
 								订单总金额:<text class="fontColor"> {{ item.payAmount || 0}}</text>
-								<text :style="{'text-decoration':'line-through','margin-left':'15rpx', 'font-size':'20rpx'}">{{ item.totalAmount || 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>

+ 1 - 1
storePages/myRights/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.faceValue}}</text>
+						<text>{{item.faceValue}}</text>
 					</view>
 					<!--				<view class="desc">-->
 					<!--					<text>{{item.title}}</text>-->

+ 1 - 1
storePages/useRights/index.vue

@@ -23,7 +23,7 @@
 				<view  class="row-list flex-row justify-start" :class="{'grayscale' :item.serviceProjectId.indexOf(serviceProjectId) === -1 || serviceObjectId != item.serviceObjectId }" v-for="(item,index) in equityList" @click="clickCoupons(item,index)" :key="index">
 					<view class="h-text flex-col justify-center ">
 						<view class="money">
-							<text>{{item.faceValue}}</text>
+							<text>{{item.faceValue}}</text>
 						</view>
 <!--						<view class="desc">-->
 <!--							<text>{{item.name}}</text>-->