Jelajahi Sumber

feat:放开提现校验

zhanghui 2 tahun lalu
induk
melakukan
a72e4c1f18
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      pages/my/my.vue
  2. 1 1
      pages/withdraw/withdraw.vue

+ 2 - 2
pages/my/my.vue

@@ -81,7 +81,7 @@
 	export default {
 		data() {
 			return {
-				isCanWithdraw:false,
+				isCanWithdraw:true,
 				staticsData: {},
 				userInfo: {},
 				height: '',
@@ -97,7 +97,7 @@
 			this.userInfo = uni.getStorageSync('spreadUserInfo')
 			// this.getImgUrlByOssId(this.userInfo.img)
 			this.exStatistics()
-			this.canWithdraw()
+			// this.canWithdraw()
 		},
 
 		methods: {

+ 1 - 1
pages/withdraw/withdraw.vue

@@ -13,7 +13,7 @@
 				<text class="priceTitle">可提现金额</text>
 			</view>
 			<view class="flex-row justify-center marginTop">
-				<text class="price">{{statistics.myEarning}}</text>
+				<text class="price">{{statistics.myEarning || '0.00'}}</text>
 			</view>
 		</view>
 		<view class="flex-row justify-start ":style="{marginTop:'150rpx'}">