src/pages/wallet/index.vue
@@ -59,7 +59,7 @@ }, onLoad() { let that = this this.userInfo = this.$db.get('userInfo') ? JSON.parse(this.$db.get('userInfo')) : {} this.userInfo = this.$db.get('userInfo') || {} uni.getStorage({ key: 'identity', success: function(res) {