Commit 31a73fa6 by sunchao

证书bud修复

parent e862c327
......@@ -9,8 +9,7 @@
</view>
<view class="list_wrapper">
<view class="list_content" v-for="(certifyItem,idx) in certificates">
<view class="" v-if="certifyItem.isAdopt=='2'">
<!-- <view class="isAdopt"> -->
<view class="isAdopt" v-if="certifyItem.isAdopt=='2'">
通过认证
</view>
<image :src="certifyItem.cerLogoUrl" mode="widthFix"></image>
......@@ -98,7 +97,7 @@
})
}else if(certifyItem.isAdopt == 2){
uni.navigateTo({
url:`../authentication-query/authentication-result?queryType=${this.queryType}&userName=${this.userName}&cerCode=${this.cerCode}`
url:`../authentication-query/authentication-result?queryType=1`
})
}
},
......
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