|
@@ -17,7 +17,7 @@
|
|
|
<view class="info-title">
|
|
|
<view class="info-title-left">
|
|
|
<view
|
|
|
- >机构资料:<text>{{ clubInfo.userIdentity === 2 ? '资质机构' : '普通机构' }}</text></view
|
|
|
+ >机构资料:<text>{{ clubInfo.userIdentity === 2 ? '资质机构' : '个人机构' }}</text></view
|
|
|
>
|
|
|
</view>
|
|
|
<view class="info-title-right">
|
|
@@ -82,7 +82,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
<!-- 按钮 -->
|
|
|
- <template v-if="clubInfo.spType === 0">
|
|
|
+ <template v-if="clubInfo.spType === 0 && isManage">
|
|
|
<tui-bottom-popup :radius="false" :mask="false" :show="true">
|
|
|
<view class="tui-popup-box clearfix">
|
|
|
<view class="tui-right-flex tui-popup-btn" :style="{ paddingBottom: isIphoneX ? '68rpx' : '34rpx' }">
|
|
@@ -173,6 +173,9 @@ export default {
|
|
|
return text
|
|
|
}
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ ...mapState(['isManage'])
|
|
|
+ },
|
|
|
methods: {
|
|
|
async userClubRecordLinkage(param) {
|
|
|
//查询机构信息
|