@@ -485,8 +485,7 @@ export default {
return;
}
-
- uni.showLoading({ title: "保存中" });
+ uni.showLoading()
saveShMethodConfig(this.form)
.then(res => {
uni.hideLoading();