@uxda/appkit 1.0.54 → 1.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -855,7 +855,7 @@ var script$5 = /* @__PURE__ */ defineComponent({
855
855
  createElementVNode(
856
856
  "div",
857
857
  _hoisted_6$3,
858
- toDisplayString(balance.value.total),
858
+ toDisplayString(balance.value.total || 0),
859
859
  1
860
860
  /* TEXT */
861
861
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.0.54",
3
+ "version": "1.0.58",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
  <span class="baan-name">云豆</span>
11
11
  </div>
12
- <div class="bean-nums number">{{ balance.total }}</div>
12
+ <div class="bean-nums number">{{ balance.total || 0 }}</div>
13
13
  </div>
14
14
  <div class="card-row-right">
15
15
  <div class="account-info-entry" @click="gotoDetail">