Browse Source

提现按钮权限

xhj 2 years ago
parent
commit
52df16f9e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -11,7 +11,7 @@
 					<view class="ljsy">{{statisticData.totalProfit?statisticData.totalProfit:0}}</view>
 					<view class="ljsy">{{statisticData.totalProfit?statisticData.totalProfit:0}}</view>
 					<view class="ljsy-label">累计收益(元)</view>
 					<view class="ljsy-label">累计收益(元)</view>
 				</view>
 				</view>
-				<view class="tx-btn" @click="showPop = true">提现</view>
+				<view class="tx-btn" v-if="userInfo.storeId||userInfo.merchantId">提现</view>
 			</view>
 			</view>
 
 
 			<view class="jy ddflex">
 			<view class="jy ddflex">