学生选择器在isBar状态禁止切换学生
This commit is contained in:
parent
fb4e90c518
commit
8d74c22698
@ -28,7 +28,7 @@
|
||||
<text class="xs-name">{{ curXs.xm }}</text>
|
||||
<text class="xs-bj">{{ curXs.njmc }} {{ curXs.bjmc }}</text>
|
||||
</view>
|
||||
<view class="switch-btn" v-if="xsList.length > 1">切换</view>
|
||||
<view class="switch-btn" v-if="xsList.length > 1 && !isBar">切换</view>
|
||||
</view>
|
||||
<u-popup :show="showFlag" @close="showFlag = false" mode="bottom" round="20">
|
||||
<view class="xs-picker">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user