Browse Source

bug 修复

lilei 4 years ago
parent
commit
d4a1cff706
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/userCenter/leDouQuery.vue

+ 1 - 1
pages/userCenter/leDouQuery.vue

@@ -14,7 +14,7 @@
 						<u-icon name="account-fill" color="#666" size="28"></u-icon>
 						<text>{{result.customerRoleDictValue}}</text>
 					</view>
-					<view v-if="result.customerRole == 1">
+					<view v-if="result.customerRole == 1 && result.state == 1">
 						<u-button @click="hexiao" type="warning" size="mini">乐豆核销</u-button>
 					</view>
 				</view>