zhangwei
2024-09-23 208b5a9f559dd2c7298759fdfe37d07c926cbd4d
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) {