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

小程序售后

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