|
@@ -13,11 +13,11 @@
|
|
|
机构名称:
|
|
|
<text>{{ cell.name }}</text>
|
|
|
</view>
|
|
|
- <view class="club-cell">
|
|
|
+ <view class="club-cell" v-if="cell.shopTieredType <= 8">
|
|
|
联系人:
|
|
|
<text>{{ cell.userName }}</text>
|
|
|
</view>
|
|
|
- <view class="club-cell">
|
|
|
+ <view class="club-cell" v-if="cell.shopTieredType <= 8">
|
|
|
手机号:
|
|
|
<text>{{ cell.mobile }}</text>
|
|
|
</view>
|