From 6e6546601a4d7b3d08501861976e9cd5104fdf5f Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Wed, 15 Jun 2022 16:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=91=E6=97=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subpages/family/pages/familyInfo/familyInfo.js | 5 +++++ .../subpages/family/pages/familyInfo/familyInfo.wxml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js b/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js index 041cc89..d23863b 100644 --- a/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js +++ b/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js @@ -90,6 +90,11 @@ Page({ 'fmData.mobile' : e.detail.value }) }, + nationSync(e){ + this.setData({ + 'fmData.nation' : e.detail.value + }) + }, nationSyncPicker(e){ this.setData({ 'fmData.nationValue' : this.data.nationList[e.detail.value].dictValue, diff --git a/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml b/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml index 8f5d765..0f114f9 100644 --- a/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml +++ b/epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml @@ -121,7 +121,9 @@ - +