src/pages/wallet/index.vue
@@ -10,8 +10,8 @@ <text class="chuany-font50 fs-weight__500">{{balance}}</text> </view> <view class="right"> <up-button type="warning" size="small" shape="circle" @click="goMoney" :text="identity=='enterprise'?'':'提现'"></up-button> <up-button type="warning" size="small" shape="circle" @click="goMoney" v-if="identity!=='enterprise'" text="提现"></up-button> </view> </view> </view>