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
d01333a4
Commit
d01333a4
authored
Sep 08, 2023
by
李萌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
49cc3560
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
pages/dati05/dati05.js
+1
-0
pages/info/info.js
+5
-0
No files found.
pages/dati05/dati05.js
View file @
d01333a4
...
...
@@ -528,6 +528,7 @@ Page({
user_answer
:
answer
.
score
,
answer
:
answer
.
answer
,
};
var
url
=
Api
.
HOST_xlxl
+
'amedical.php/gauge/pcAddData'
;
ndata
.
unitid
=
lb_descript
.
desc
.
unitid
;
ndata
.
uid
=
6
;
ndata
.
submit_type
=
2
;
...
...
pages/info/info.js
View file @
d01333a4
...
...
@@ -412,6 +412,11 @@ Page({
Api
.
alert
(
"请重新扫码"
);
return
false
;
}
var
paramtGid
=
wx
.
getStorageSync
(
'g_id'
);
if
(
paramtGid
==
''
||
paramtGid
==
'undefined'
||
paramtGid
==
null
||
paramtGid
==
'null'
||
paramtGid
==
'NULL'
)
{
Api
.
alert
(
"请重新扫码"
);
return
false
;
}
var
that
=
this
;
if
(
this
.
data
.
measure_id
==
86
)
{
that
.
cmi
();
...
...
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