Commit 2a964e8f by liang ce

文案修改

parent 06080254
......@@ -329,7 +329,7 @@ export default {
if (res.data.message === 'SUCCESS') {
this.visible = false
this.form.resetFields()
this.$message.success('充值成功')
this.$message.success('充值已提交,审批中请耐心等待')
} else {
this.$message.success(res.data.message)
}
......@@ -356,10 +356,10 @@ export default {
$http.get(`/v1/account/${url}?${accountOperationData}`).then((res) => {
if (res.data.message === 'SUCCESS') {
this.queryAccountList()
this.$message.success('充值已提交,审批中请耐心等待')
this.$message.success('操作成功')
}
}).catch(() => {
this.$message.error('修改失败')
this.$message.error('操作失败')
})
},
// binding,unbinding二次确认
......
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