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
fa40d4cd
Commit
fa40d4cd
authored
Sep 08, 2023
by
李萌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d01333a4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
8 deletions
+14
-8
pages/dati/dati.js
+2
-1
pages/dati03/dati03.js
+2
-1
pages/dati04/dati04.js
+2
-2
pages/dati05/dati05.js
+2
-1
pages/dati06/dati06.js
+4
-2
pages/dati08/dati08.js
+2
-1
No files found.
pages/dati/dati.js
View file @
fa40d4cd
...
...
@@ -373,8 +373,9 @@ Page({
url
:
'/pages/info1/info1?otype=1&otype1=1'
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
})
}
}
else
if
(
res
==
0
)
{
...
...
pages/dati03/dati03.js
View file @
fa40d4cd
...
...
@@ -265,8 +265,9 @@ Page({
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
true
})
}
...
...
pages/dati04/dati04.js
View file @
fa40d4cd
...
...
@@ -1150,7 +1150,6 @@ Page({
}
var
swiper_arr
=
wx
.
getStorageSync
(
'swiper_arr'
);
var
data1
=
{};
// var urls = Api.HOST + 'wechat.php?s=Home/del_vip';
var
urls
=
Api
.
HOST_xlxl
+
'wechat.php?s=Home/del_vips'
;
var
ti_title
=
swiper_arr
[
0
].
measure_name
;
...
...
@@ -1232,8 +1231,9 @@ Page({
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
true
...
...
pages/dati05/dati05.js
View file @
fa40d4cd
...
...
@@ -641,8 +641,9 @@ Page({
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
true
...
...
pages/dati06/dati06.js
View file @
fa40d4cd
...
...
@@ -764,8 +764,9 @@ var pageData = {
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
true
...
...
@@ -1105,8 +1106,9 @@ var pageData = {
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
true
...
...
pages/dati08/dati08.js
View file @
fa40d4cd
...
...
@@ -412,8 +412,9 @@ Page({
}
})
}
else
{
var
g_id
=
wx
.
getStorageSync
(
'g_id'
);
wx
.
reLaunch
({
url
:
'/pages/info/info?otype=1&otype1=1&ishow=1'
,
url
:
`/pages/info/info?otype=1&otype1=1&ishow=1&g_id=
${
g_id
}
`
,
success
:
function
()
{
that
.
setData
({
flag
:
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