This commit is contained in:
Paidax
2024-12-13 10:43:31 +08:00
parent c418e37618
commit 6e4cf46607
20 changed files with 80 additions and 82 deletions
@@ -266,12 +266,12 @@ layout("/mobile/platform.html"){
<van-cell title="联系人邮箱">{{ detailData.concatpersonemail }}</van-cell>
<van-cell title="会费标准">{{ detailData.dues_standard }}</van-cell>
<van-cell title="当前人数">{{ detailData.cynum }}</van-cell>
<van-cell title="QQ群二维码" @click="showCode('QQ')">
<van-cell title="钉钉二维码" @click="showCode('QQ')">
<span style="cursor: pointer; color: #236eb4">点击查看</span>
</van-cell>
<van-cell title="微信群二维码" @click="showCode('weChat')">
<!--<van-cell title="微信群二维码" @click="showCode('weChat')">
<span style="cursor: pointer; color: #236eb4">点击查看</span>
</van-cell>
</van-cell>-->
</div>
</div>