@@ -7,7 +7,9 @@
<view class="shop_info">
<view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
{{ghsInfo.name}}
- <text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">超级会员</text>
+ <block v-if="ghsInfo.name && ghsInfo.name.length <= 12">
+ <text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">超级会员</text>
+ </block>
</view>