dever hace 4 años
padre
commit
5a85ed5688
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/dream/func/my.vue

+ 1 - 1
pages/dream/func/my.vue

@@ -29,7 +29,7 @@
 						<view class="text-bold text-blue" v-if="v.status == 1">+{{v.num}}</view>
 					</view>
 					<view class="text-999 flex justify-between margin-top align-center">
-						<text class="font-24">余额:{{v.total}}</text>
+						<text class="font-24" v-if="v.total >= 0">余额:{{v.total}}</text>
 						<text class="font-24 block">{{v.cdate}}</text>
 					</view>
 				</view>