-
zhangwei
2024-09-12 f7aa204aa8d20b090d7943969ddeb9871a1fad76
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) {