Commit a73e8c10 authored by 不吃草的咩's avatar 不吃草的咩

修改文件

parent ff91ae54
...@@ -51,7 +51,7 @@ Page({ ...@@ -51,7 +51,7 @@ Page({
}, },
onConfirmStudy(event){ onConfirmStudy(event){
const { picker, value, index } = event.detail; const { picker, value, index } = event.detail;
this.setData({["fromDate.studyhigh"]:value.type,["popup.studyText"]:value.text,isShow:false}) this.setData({["fromDate.studyhigh"]:value.type,["popup.studyText"]:value.text,isShowStudy:false})
}, },
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
<van-cell center is-link value="{{popup.studyText}}" bind:click="onDisplayStudy"> <van-cell center is-link value="{{popup.studyText}}" bind:click="onDisplayStudy">
<view slot="title"><text>文化程度</text></view> <view slot="title"><text>文化程度</text></view>
</van-cell> </van-cell>
<van-cell center>
<view slot="title"><text>*</text><text>手机号</text></view>
<van-field model:value="{{ fromDate.phone }}" placeholder="请输入您的手机号" input-align="right" border="{{ false }}" />
</van-cell>
</van-cell-group> </van-cell-group>
</view> </view>
</ui-sys> </ui-sys>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment