diff --git a/src/views/shop/config/components/shopInfo.vue b/src/views/shop/config/components/shopInfo.vue
index 3268e20..5f0a243 100644
--- a/src/views/shop/config/components/shopInfo.vue
+++ b/src/views/shop/config/components/shopInfo.vue
@@ -3,25 +3,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
(form.orderFenceDistance = filterNumberInput(e))"
- style="width: 250px"
- input-style="text-align: center;"
- >
+ (form.orderFenceDistance = filterNumberInput(e))" style="width: 250px"
+ input-style="text-align: center;">
限制:
公里
@@ -247,29 +175,24 @@
- (form.serveTime = filterNumberInput(e))"
- style="width: 250px"
- input-style="text-align: center;"
- >
+ (form.serveTime = filterNumberInput(e))" style="width: 250px"
+ input-style="text-align: center;">
限制:
分钟
+
+
+
营业中
@@ -285,24 +208,11 @@
-
-
+
+
点击上传
请勿上传违法文件,且文件不超过15M
@@ -549,7 +459,7 @@ export default {
handleBeforeRemove(file, fileList) {
for (let i = 0; i < this.files.length; i++) {
if (this.files[i].uid === file.uid) {
- crudQiNiu.del([this.files[i].id]).then((res) => {});
+ crudQiNiu.del([this.files[i].id]).then((res) => { });
return true;
}
}