小程序售后
parent
e198dd0db4
commit
065cad47f0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue