From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/userinfo/index.wxml | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/wechat_jiaxuan/pages/userinfo/index.wxml b/wechat_jiaxuan/pages/userinfo/index.wxml
index dcd2459..3c98730 100644
--- a/wechat_jiaxuan/pages/userinfo/index.wxml
+++ b/wechat_jiaxuan/pages/userinfo/index.wxml
@@ -5,7 +5,7 @@
<view class="line">
<view class="label">鏄电О</view>
<view class="val">
- <input placeholder="璇疯緭鍏ユ樀绉�" placeholder-class="placeholder9" bindchange="getNickName" value="{{ nickname }}" maxlength="{{ 10 }}" type="nickname"/>
+ <input placeholder="璇疯緭鍏ユ樀绉�" placeholder-class="placeholder9" bindchange="getNickName" value="{{ nickname }}" maxlength="{{ 10 }}" type="nickname" />
</view>
</view>
<view class="line">
@@ -22,8 +22,12 @@
<view class="line">
<view class="label">鍩庡競</view>
<view class="val">
- <view class="df_ac" style="width: 100%">
- <picker class="picker" mode="region" value="{{ addr }}" bindchange="positionChange">
+ <view class="picker" style="width: 100%">
+ <view class="picker_wrap">
+ <areaSel class="city_picler" bindchange="regionChange" placeholder="璇烽�夋嫨鎵�鍦ㄥ尯鍩�" value="{{ addrValues }}" />
+ <image class="icon" src="../../static/icon/home_ar@2x.png" mode="widthFix"></image>
+ </view>
+ <!-- <picker class="picker" mode="region" value="{{ addr }}" bindchange="positionChange">
<view class="picker_wrap">
<view class="text placeholder9" hidden="{{ addr.cityName }}">璇烽�夋嫨鍩庡競</view>
<view class="text" hidden="{{ !addr.cityName }}">
@@ -31,7 +35,7 @@
</view>
<image class="icon" src="../../static/icon/home_ar@2x.png" mode="widthFix"></image>
</view>
- </picker>
+ </picker> -->
</view>
</view>
</view>
--
Gitblit v1.9.3