From 8d04619c2b84aa1f273ad26f60ce6228a97987e5 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Mon, 6 Nov 2023 11:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/publish/publishTransfer/publishTransfer.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue index 255547a..a23b878 100644 --- a/pages/publish/publishTransfer/publishTransfer.vue +++ b/pages/publish/publishTransfer/publishTransfer.vue @@ -45,20 +45,23 @@ export default { data() { return { + ShopInfomation:{ city:'', area:'', - count:0, - show1:false, - show2:false, - show3:false, + count:0,}, + form:{ title:'' }, columns:[ ['中国', '美国'], ['深圳', '厦门', '上海', '拉萨'] - ] + ], + show1:false, + show2:false, + show3:false, } + }, methods: { confirm(e) {