Explorar o código

修复首页报错问题

haiyang hai 1 semana
pai
achega
300c31f801
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -97,7 +97,7 @@ getNavigationBarHeight()
                 </view>
                 <view class="home-header-balance-num">
                     <view class="home-header-balance-num-amount">
-                        {{ accountCountData.balance || 0 }}
+                        {{ accountCountData?.balance || 0 }}
                     </view>
                 </view>
             </view>