@@ -215,10 +215,7 @@ class WelfareMall extends request {
static delStoreStaff(params) {
return this.postRequest(`${this.BASE_URL}open/staff/del-store-staff`, params);
}
-
+
export default WelfareMall
@@ -151,19 +151,15 @@ Page({
} else {
_self.setData({
hideWindowValue:true,
- // preventDup:true
+ preventDup:true
})
} catch (err) {
- // this.setData({
- // })
- app.showToast(err.msg);
- } finally{
this.setData({
preventDup:true
+ app.showToast(err.msg);
},