From 0383d507c0376e57a455e45a7d5de549eb5275cf Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 11 Jun 2022 11:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=9C=B0=E5=9D=80=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E5=88=B0=20=E9=80=81=E8=AF=84=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/write/baseInfo.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/write/baseInfo.vue b/pages/write/baseInfo.vue index 25641be..22e1499 100644 --- a/pages/write/baseInfo.vue +++ b/pages/write/baseInfo.vue @@ -204,6 +204,8 @@ let res = await address(); if(res.data.datas.length > 0){ this.address = res.data.datas[0]; + this.sonpingInfo.name = this.address.name + this.sonpingInfo.phone = this.address.tel } }, checkCoupon(event){