diff --git a/src/views/venue/edit.vue b/src/views/venue/edit.vue
index 72dfe2e..cb9ff30 100644
--- a/src/views/venue/edit.vue
+++ b/src/views/venue/edit.vue
@@ -26,6 +26,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
*请点击地图选择一个位置,用于小程序前端导航
@@ -215,6 +234,7 @@ export default {
name: "",
copyWeek: "",
copyTime: "",
+ copyTarget: "",
address: "",
longitude: "",
latitude: "",
@@ -239,6 +259,8 @@ export default {
priceDate: undefined,
limitDay: 1,
limitWeek: 1,
+ limitNoDay: 1,
+ limitNoWeek: 1,
},
imgs: [],
timeData: undefined,
@@ -364,8 +386,11 @@ export default {
this.form.cardContent = response.venue.cardContent;
this.form.limitDay = response.venue.limitDay;
this.form.limitWeek = response.venue.limitWeek;
+ this.form.limitNoDay = response.venue.limitNoDay;
+ this.form.limitNoWeek = response.venue.limitNoWeek;
this.form.copyWeek = response.venue.copyWeek;
this.form.copyTime = response.venue.copyTime;
+ this.form.copyTarget = response.venue.copyTarget;
this.timeData = [
response.venue.businessStartTime,
response.venue.businessEndTime