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
f4cf084b
Commit
f4cf084b
authored
Jun 11, 2021
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改他评
parent
80cc93bc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
pages/info/info.js
+0
-0
pages/info/info.wxml
+2
-1
pages/info1/info1.js
+1
-1
project.config.json
+1
-1
No files found.
pages/info/info.js
View file @
f4cf084b
This diff is collapsed.
Click to expand it.
pages/info/info.wxml
View file @
f4cf084b
...
@@ -120,7 +120,8 @@
...
@@ -120,7 +120,8 @@
</view>
</view>
<view class="partyone">
<view class="partyone">
身份证号
身份证号
<input type='text' placeholder='请输入' bindinput="inputIdCard" value='{{idCard}}'></input>
<input type='text' placeholder='请输入' bindinput="inputIdCard" maxlength="18" value='{{idCard}}'>
</input>
</view>
</view>
<view class='partyone' wx:if='{{unitid==1282||unitid==904}}'>人员类别
<view class='partyone' wx:if='{{unitid==1282||unitid==904}}'>人员类别
<view class="section">
<view class="section">
...
...
pages/info1/info1.js
View file @
f4cf084b
...
@@ -112,7 +112,7 @@ Page({
...
@@ -112,7 +112,7 @@ Page({
var
url
=
Api
.
HOST_xinli_lb
+
'yiyuan/measure/'
+
res
[
0
]
+
'.json'
;
var
url
=
Api
.
HOST_xinli_lb
+
'yiyuan/measure/'
+
res
[
0
]
+
'.json'
;
var
data
=
{};
var
data
=
{};
data
.
measure_id
=
res
[
0
];
data
.
measure_id
=
res
[
0
];
Api
.
fetchGet
(
url
,
(
err
,
res
)
=>
{
Api
.
fetchGet
N
(
url
,
(
err
,
res
)
=>
{
clearTimeout
(
loadPhoto
)
clearTimeout
(
loadPhoto
)
wx
.
hideLoading
()
wx
.
hideLoading
()
that
.
setData
({
that
.
setData
({
...
...
project.config.json
View file @
f4cf084b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"ignore"
:
[]
"ignore"
:
[]
},
},
"setting"
:
{
"setting"
:
{
"urlCheck"
:
tru
e
,
"urlCheck"
:
fals
e
,
"es6"
:
true
,
"es6"
:
true
,
"enhance"
:
false
,
"enhance"
:
false
,
"postcss"
:
true
,
"postcss"
:
true
,
...
...
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