From 8352d6ab9fc31090d88d4a2cdf28b3cee82e93d6 Mon Sep 17 00:00:00 2001 From: limqhz Date: Sun, 13 Feb 2022 22:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=87=AA=E5=8A=A8=E5=A4=8D?= =?UTF-8?q?=E5=88=B6,=E5=B9=B6=E4=B8=94=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E9=9D=9E=E5=85=AC=E7=9B=8A=E8=AF=BE=E7=9A=84=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/venue/edit.vue | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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