同步地区组件

This commit is contained in:
aixianling
2022-03-17 11:03:48 +08:00
parent 39ac5d3d2f
commit c27cfefdf1

View File

@@ -34,7 +34,7 @@
<!--end--> <!--end-->
</div> </div>
<scroll-view class="fill pendingList" scroll-y :style="{height: height}"> <scroll-view class="fill pendingList" scroll-y :style="{height: height}">
<div class="pendingItem flexRow" flex v-for="op in pending" :key="op.id" @tap="getChild(op)"> <div class="pendingItem flexRow" flex v-for="op in pending" :key="op.id" @tap.stop="getChild(op)">
<div class="fill" :class="{ self: index == op.id }" v-html="op.name"/> <div class="fill" :class="{ self: index == op.id }" v-html="op.name"/>
<u-icon v-if="index == op.id" name="checkbox-mark" color="#4181FF"/> <u-icon v-if="index == op.id" name="checkbox-mark" color="#4181FF"/>
</div> </div>