@jx3box/jx3box-common-ui 6.1.9 → 6.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.1.9",
3
+ "version": "6.2.0",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "@jx3box/jx3box-comment-ui": "^1.7.1",
34
34
  "@jx3box/jx3box-common": "^7.4.2",
35
35
  "@jx3box/jx3box-data": "^1.11.1",
36
- "@jx3box/jx3box-editor": "^1.5.0",
36
+ "@jx3box/jx3box-editor": "^1.5.3",
37
37
  "axios": "^0.26.1",
38
38
  "dayjs": "^1.11.0",
39
39
  "element-ui": "^2.13.2",
@@ -129,8 +129,10 @@ export default {
129
129
  } else if (this.client == "std") {
130
130
  this.user_left = res.data.data.asUserBoxCoinRemainStd + res.data.data.asUserBoxCoinRemainAll;
131
131
  } else {
132
- // TODO:支持其它端
133
- this.user_left = res.data.data.asUserBoxCoinRemainAll
132
+ this.user_left =
133
+ res.data.data.asUserBoxCoinRemainAll +
134
+ res.data.data.asUserBoxCoinRemainStd +
135
+ res.data.data.asUserBoxCoinRemainOrigin;
134
136
  }
135
137
  });
136
138
  getBoxcoinStatus().then((res) => {