Commit a4b22082 authored by 袁玲利's avatar 袁玲利

Merge branch 'bohai_cert_update' into uat

parents 17b5768b a700f6f8
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<view class="right"> <view class="right">
<van-popover v-model="showPopover" trigger="click" placement="bottom-end"> <van-popover v-model="showPopover" trigger="click" placement="bottom-end">
<view class="popoverItem" v-for="(item, index) in actions" @click="onSelect(item)" <view class="popoverItem" v-for="(item, index) in actions" @click="onSelect(item)"
:id="item.id ? item.id : '#item'+index"> :id="item.id ? item.id : '#item'+index" >
{{item.text}} {{item.text}}
</view> </view>
<template #reference> <template #reference>
...@@ -1314,6 +1314,9 @@ ...@@ -1314,6 +1314,9 @@
} }
bankInfo = res2.results; bankInfo = res2.results;
this_.typeCode = res2.results.typeCode; this_.typeCode = res2.results.typeCode;
if(this_.typeCode != 'BOHAI'){
this_.actions = this_.actions.filter(x => x.text != '证件更新' );
}
bankInfo.sessionid = sessionID; bankInfo.sessionid = sessionID;
this_.queryBankInfo(); //查余额 this_.queryBankInfo(); //查余额
this_.bankInfo_ = bankInfo; this_.bankInfo_ = bankInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment