|
@@ -3,7 +3,7 @@
|
3
|
<text class="toolbar-icon icon_transport transport-saoma"></text>
|
3
|
<text class="toolbar-icon icon_transport transport-saoma"></text>
|
4
|
<text class="toolbar-sao">扫一扫</text>
|
4
|
<text class="toolbar-sao">扫一扫</text>
|
5
|
<!-- 填写交接人账号弹窗 -->
|
5
|
<!-- 填写交接人账号弹窗 -->
|
6
|
- <selectAccount v-if="hosModels.disjunctor" :title="hosModels.title" :disjunctor="hosModels.disjunctor" @ok="hosOk"
|
|
|
|
|
6
|
+ <selectAccount @click.stop.native v-if="hosModels.disjunctor" :title="hosModels.title" :disjunctor="hosModels.disjunctor" @ok="hosOk"
|
7
|
@cancel="hosCancel">
|
7
|
@cancel="hosCancel">
|
8
|
</selectAccount>
|
8
|
</selectAccount>
|
9
|
</view>
|
9
|
</view>
|