Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
XAMJW-Hospita
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XAMJW-Hospita
Commits
811b3741
Commit
811b3741
authored
Sep 11, 2023
by
李萌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
623f7d68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pages/info/info.js
+1
-1
pages/info/info.wxml
+1
-1
No files found.
pages/info/info.js
View file @
811b3741
...
@@ -650,7 +650,7 @@ Page({
...
@@ -650,7 +650,7 @@ Page({
usernumber
:
storageUserinfo
.
usernumber
?
storageUserinfo
.
usernumber
:
''
,
usernumber
:
storageUserinfo
.
usernumber
?
storageUserinfo
.
usernumber
:
''
,
ask_department
:
storageUserinfo
.
ask_department
?
storageUserinfo
.
ask_department
:
''
,
ask_department
:
storageUserinfo
.
ask_department
?
storageUserinfo
.
ask_department
:
''
,
select
:
storageUserinfo
.
select
?
storageUserinfo
.
select
:
0
,
select
:
storageUserinfo
.
select
?
storageUserinfo
.
select
:
0
,
idCard
:
storageUserinfo
.
id
card
?
storageUserinfo
.
idc
ard
:
''
,
idCard
:
storageUserinfo
.
id
Card
?
storageUserinfo
.
idC
ard
:
''
,
index
:
storageUserinfo
.
edu
,
index
:
storageUserinfo
.
edu
,
date
:
storageUserinfo
.
birthday
,
date
:
storageUserinfo
.
birthday
,
sex
:
storageUserinfo
.
sex
,
sex
:
storageUserinfo
.
sex
,
...
...
pages/info/info.wxml
View file @
811b3741
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<view class="partyone">
<view class="partyone">
<block>单位名称</block>
<block>单位名称</block>
<input type='text' placeholder='请输入' bindinput="inputChange1" value='{{ask_department}}'></input>
<input type='text' placeholder='请输入' bindinput="inputChange1" value='{{ask_department}}'></input>
</view>
</view>
<view class="partyone">
<view class="partyone">
身份证号
身份证号
<input type='text' placeholder='请输入' bindinput="inputIdCard" maxlength="18" value='{{idCard}}'>
<input type='text' placeholder='请输入' bindinput="inputIdCard" maxlength="18" value='{{idCard}}'>
...
...
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