小程序售后

feat/task1-c-wallet
Devil 2019-10-06 18:19:08 +08:00
parent e198dd0db4
commit 065cad47f0
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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 {