fix: 划转页面账户选择器无法弹出
从/到 点击事件缺少 currType=true,导致 u-picker 不弹出 用户无法切换到合约账户
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<view class="borderBox" :style="'background-color: '+theme.fu_bg">
|
||||
<view class="height-260 padding-22 flex align-center justify-between">
|
||||
<view class="flex-1">
|
||||
<view @click="showPoup='accountL'"
|
||||
<view @click="showPoup='accountL',currType=true"
|
||||
:class="[animationName?'animation-slide-bottom':'']"
|
||||
class="width-100b height-110 flex align-center">
|
||||
<i class="cuIcon-title color-00C481"></i>
|
||||
@@ -14,7 +14,7 @@
|
||||
<text class="font-32">{{leftObj.name}}</text>
|
||||
</view>
|
||||
<view class="width-100b height-2 margin-c-4" style="background-color: #D1D3D8;"> </view>
|
||||
<view @click="showPoup='accountR'"
|
||||
<view @click="showPoup='accountR',currType=true"
|
||||
:class="[animationName?'animation-slide-top':'']"
|
||||
class="width-100b height-110 flex align-center">
|
||||
<i class="cuIcon-title color-FF4040"></i>
|
||||
|
||||
Reference in New Issue
Block a user