@@ -157,7 +157,7 @@ export default {
methods: {
clickListItem(e){
console.log(e)
- if (this.userInfo.phone && e.title==='资产找回'){
+ if (!this.userInfo.phone && e.title==='资产找回'){
uni.showModal({
title:'温馨提示',
content:'资产找回请先绑定手机号',