From d24c176a8921d54955c1b0123c6d540fb5f26f4e Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 4 Nov 2025 13:09:36 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4340=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9C=B0?= =?UTF-8?q?=E7=90=86=E5=AE=9A=E4=BD=8D=E9=80=89=E6=8B=A9=E6=97=A0=E6=95=88?= =?UTF-8?q?=EF=BC=88=E9=80=89=E6=8B=A9=E5=90=8E=EF=BC=8C=E4=BC=9A=E5=8F=98?= =?UTF-8?q?=E4=B8=BA=E9=BB=98=E8=AE=A4=E5=80=BC0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/travelResidence.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkg_join/views/travelResidence.vue b/pkg_join/views/travelResidence.vue index 72ec16f..3aaff9c 100644 --- a/pkg_join/views/travelResidence.vue +++ b/pkg_join/views/travelResidence.vue @@ -408,14 +408,14 @@ export default { onLoad(opts) { this.partnerId = opts.partnerId this.queryCity() - }, - onShow() { this.initInfo() }, + // onShow() { + // }, onHide() { - if (this.form.isDraft === 0 && (this.form.reviewStatus === 0 || this.form.reviewStatus === 1)) { - return - } + // if (this.form.isDraft === 0 && (this.form.reviewStatus === 0 || this.form.reviewStatus === 1)) { + // return + // } this.saveDraft() }, @@ -643,6 +643,7 @@ export default { if(this.form.isDraft === 0 && (this.form.reviewStatus === 0 || this.form.reviewStatus === 1)) return uni.chooseLocation({ success: (res) => { + console.log(res) this.form.address = res.address this.form.longitude = this.$forceToDecimal(res.longitude, 6) this.form.latitude = this.$forceToDecimal(res.latitude, 6)