@jx3box/jx3box-common-ui 8.6.2 → 8.6.3

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": "8.6.2",
3
+ "version": "8.6.3",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -68,4 +68,4 @@
68
68
  "type": "git",
69
69
  "url": "git+https://github.com/JX3BOX/jx3box-common-ui.git"
70
70
  }
71
- }
71
+ }
@@ -43,7 +43,7 @@
43
43
  </div>
44
44
  </div>
45
45
  <span slot="footer" class="dialog-footer">
46
- <el-button @click="visible = false">取 消</el-button>
46
+ <el-button @click="onClose">取 消</el-button>
47
47
  <el-button type="primary" @click="submit" :disabled="!ready || submitting">确 定</el-button>
48
48
  </span>
49
49
  </el-dialog>
@@ -162,9 +162,6 @@ export default {
162
162
  }
163
163
  },
164
164
  methods: {
165
- openBoxcoinPop: function () {
166
- this.visible = true;
167
- },
168
165
  // 选择要打赏的对象
169
166
  handleChosen(userId) {
170
167
  this.chosen = userId
@@ -196,7 +193,7 @@ export default {
196
193
  })
197
194
  .finally(() => {
198
195
  this.submitting = false;
199
- this.visible = false;
196
+ this.onClose();
200
197
  });
201
198
  },
202
199
  insertCurrentRelease: function() {