提交 065cad47 编写于 作者: D Devil

小程序售后

上级 e198dd0d
...@@ -383,8 +383,8 @@ button[disabled].bg-primary { ...@@ -383,8 +383,8 @@ button[disabled].bg-primary {
} }
.form-container-upload .form-upload-data .delete-icon { .form-container-upload .form-upload-data .delete-icon {
position: absolute; position: absolute;
top: 18rpx; top: 15rpx;
right: 18rpx; right: 15rpx;
color: #e5e5e5; color: #e5e5e5;
background-color: #d9534f; background-color: #d9534f;
padding: 5rpx 18rpx; padding: 5rpx 18rpx;
......
...@@ -365,6 +365,7 @@ Page({ ...@@ -365,6 +365,7 @@ Page({
if (res.data.code == 0) { if (res.data.code == 0) {
app.showToast(res.data.msg, "success"); app.showToast(res.data.msg, "success");
setTimeout(function () { setTimeout(function () {
self.setData({ form_button_disabled: false });
self.init(); self.init();
}, 1000); }, 1000);
} else { } else {
...@@ -423,6 +424,7 @@ Page({ ...@@ -423,6 +424,7 @@ Page({
if (res.data.code == 0) { if (res.data.code == 0) {
app.showToast(res.data.msg, "success"); app.showToast(res.data.msg, "success");
setTimeout(function () { setTimeout(function () {
self.setData({ form_button_disabled: false });
self.init(); self.init();
}, 1000); }, 1000);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册