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
9d6cd9c1
Commit
9d6cd9c1
authored
Apr 22, 2024
by
李萌
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'limeng-量表提交流程优化' into 'master'
他评使用is_type为99 See merge request
!2
parents
9218b7e1
cd708fb7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
pages/dati/dati.js
+1
-1
pages/dati03/dati03.js
+1
-1
pages/dati04/dati04.js
+1
-1
pages/dati05/dati05.js
+1
-1
pages/dati06/dati06.js
+2
-2
pages/dati08/dati08.js
+1
-1
No files found.
pages/dati/dati.js
View file @
9d6cd9c1
...
...
@@ -295,7 +295,7 @@ Page({
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
pages/dati03/dati03.js
View file @
9d6cd9c1
...
...
@@ -179,7 +179,7 @@ Page({
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
pages/dati04/dati04.js
View file @
9d6cd9c1
...
...
@@ -1093,7 +1093,7 @@ Page({
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
pages/dati05/dati05.js
View file @
9d6cd9c1
...
...
@@ -530,7 +530,7 @@ Page({
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
pages/dati06/dati06.js
View file @
9d6cd9c1
...
...
@@ -653,7 +653,7 @@ var pageData = {
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
@@ -1072,7 +1072,7 @@ var pageData = {
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
pages/dati08/dati08.js
View file @
9d6cd9c1
...
...
@@ -312,7 +312,7 @@ Page({
};
var
lb_tz
=
wx
.
getStorageSync
(
'lb_tz'
);
if
(
lb_tz
==
'1'
)
{
ndata
.
is_type
=
0
;
ndata
.
is_type
=
99
;
}
else
{
ndata
.
is_type
=
1
;
}
...
...
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