zs 2 years ago
parent
commit
d7b9837891
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pagesMy/assets/info.vue

+ 2 - 1
pagesMy/assets/info.vue

@@ -4,7 +4,8 @@
 			<view class="info" v-if="type=='0'">
 				<view class="one">
 					<view class="left">返现金额</view>
-					<view class="right">+{{info.money||0}}</view>
+					<view class="right"><text>{{info.source=='-2'||info.source=='-1'?'-':'+'}}</text> {{info.money||0}}
+					</view>
 				</view>
 				<view class="two">
 					<view class="left">状态</view>