<uni-popup ref="statusPopup" type="bottom">
<view class="popup status-popup" >
<view class="popup-top">
<picker-view indicator-class='indicatorClass' :value="value" @change="bindChange"
class="picker-view">
<picker-view-column>
<view :class="['item flex',currentItem == index?'active-item':'']" v-for="(item,index) in pickerArr" :key="index">
<text>{{item}}</text>
<view class="current-img" v-if="currentItem == index">
<image src="../static/icon/customer/addcustomer/Check.png" mode="widthFix"></image>
</view>
</view>
</picker-view-column>
</picker-view>
</view>
<view class="popup-bottom flex">
<view class="cancel-btn" @click="onOtherClose">
取消
</view>
<view class="determine-btn" @click="onCheckStatus">
确定
</view>
</view>
</view>
</uni-popup>
劝退师
- 发布:2021-07-21 11:50
- 更新:2021-07-21 11:50
- 阅读:322
0 个回复