Commit 1af991d1 by liang ce

充值状态更改

parent 70eac9fd
...@@ -341,7 +341,7 @@ export default { ...@@ -341,7 +341,7 @@ export default {
$http.get(`/v1/charge/charge?${rechargeData}`).then((res) => { $http.get(`/v1/charge/charge?${rechargeData}`).then((res) => {
if (res.data.resultCode === '0') { if (res.data.resultCode === '0') {
this.form.resetFields() this.form.resetFields()
this.$message.success(res.data.data) this.$message.success(res.data.data.message)
this.spinning = !this.spinning this.spinning = !this.spinning
} else { } else {
this.spinning = !this.spinning this.spinning = !this.spinning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment