同步地区组件
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<!--end-->
|
||||
</div>
|
||||
<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"/>
|
||||
<u-icon v-if="index == op.id" name="checkbox-mark" color="#4181FF"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user