Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
train_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
train
train_vue
Commits
a73e8c10
You need to sign in or sign up before continuing.
Commit
a73e8c10
authored
Feb 09, 2022
by
不吃草的咩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文件
parent
ff91ae54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
pages/document/subsign/subsign.js
pages/document/subsign/subsign.js
+1
-1
pages/document/subsign/subsign.wxml
pages/document/subsign/subsign.wxml
+4
-0
No files found.
pages/document/subsign/subsign.js
View file @
a73e8c10
...
...
@@ -51,7 +51,7 @@ Page({
},
onConfirmStudy
(
event
){
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
,
isShow
Study
:
false
})
},
/**
* 生命周期函数--监听页面加载
...
...
pages/document/subsign/subsign.wxml
View file @
a73e8c10
...
...
@@ -19,6 +19,10 @@
<van-cell center is-link value="{{popup.studyText}}" bind:click="onDisplayStudy">
<view slot="title"><text>文化程度</text></view>
</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>
</view>
</ui-sys>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment