Browse Source

更新首页:将二维码按钮设置为仅内部人员可见

Xfy
Default User 2 weeks ago
parent
commit
cf7b2b2b83
  1. 2
      pages/index/index.wxml

2
pages/index/index.wxml

@ -214,7 +214,7 @@
<text class="function-btn-icon">📄</text> <text class="function-btn-icon">📄</text>
<text class="function-btn-text">我们</text> <text class="function-btn-text">我们</text>
</view> </view>
<view class="function-btn" bindtap="navigateToQRCode"> <view class="function-btn" bindtap="navigateToQRCode" wx:if="{{isInPersonnel}}">
<text class="function-btn-icon">📱</text> <text class="function-btn-icon">📱</text>
<text class="function-btn-text">二维码</text> <text class="function-btn-text">二维码</text>
</view> </view>

Loading…
Cancel
Save