Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
aafffafd
Commit
aafffafd
authored
May 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8fb7ce7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
pages/index/index.vue
+4
-3
No files found.
pages/index/index.vue
View file @
aafffafd
...
@@ -1179,7 +1179,8 @@
...
@@ -1179,7 +1179,8 @@
this
.
$refs
.
son
[
0
].
getSmallShopById
(
2
);
//第一次登陆成功后去调取微店的信息
this
.
$refs
.
son
[
0
].
getSmallShopById
(
2
);
//第一次登陆成功后去调取微店的信息
}
}
this
.
getPageType
()
//获取用户类型(校园)
this
.
getPageType
()
//获取用户类型(校园)
if
(
this
.
u
.
IsOpenSchool
==
1
)
{
let
IsOpenMiAi
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_miai
:
0
;
//是否开启相亲模式 5-13新加
if
(
this
.
u
.
IsOpenSchool
==
1
||
IsOpenMiAi
==
1
)
{
this
.
init
()
this
.
init
()
}
}
// 如果登录的情况下直接跳转商品详情或者直播列表
// 如果登录的情况下直接跳转商品详情或者直播列表
...
@@ -1220,8 +1221,8 @@
...
@@ -1220,8 +1221,8 @@
yj
(){
yj
(){
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/
school/Jiaheactivity
'
url
:
'/pages/
blindDate/persondetails?UserId=123978
'
// url: '/pages/
school/personal/JhphoneRz'
// url: '/pages/
blindDate/personal/IDidentification'
})
})
}
}
...
...
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