Commit 8affd0bd authored by leiqingsong's avatar leiqingsong

优化

parent efe3785d
...@@ -26,6 +26,7 @@ export function uploadImage(params, file) { ...@@ -26,6 +26,7 @@ export function uploadImage(params, file) {
return request({ return request({
url: "/ZX/uploadImage", url: "/ZX/uploadImage",
method: "post", method: "post",
params,
data: file data: file
}); });
} }
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
// 点击提现 // 点击提现
onCashOut() { onCashOut() {
if (this.money == 0) { if (this.money == 0) {
this.$toast.fail('请输入正确金额'); this.$toast.fail("请输入正确金额");
return; return;
} }
if (!this.money) { if (!this.money) {
......
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