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
9d8097fb
Commit
9d8097fb
authored
Sep 24, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页一些修改
parent
4b6e2a9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
index.vue
components/guidecar/index.vue
+0
-2
index.vue
pages/index/index.vue
+13
-0
No files found.
components/guidecar/index.vue
View file @
9d8097fb
...
...
@@ -246,8 +246,6 @@
this
.
intervalDay
=
'半天'
}
}
console
.
log
(
this
.
info
)
this
.
getCarClassList
()
//车辆分类下拉
this
.
getOrderListExportEnumList
()
//获取出行类型
},
...
...
pages/index/index.vue
View file @
9d8097fb
...
...
@@ -790,6 +790,7 @@ export default {
reloadUserinfo
()
{
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
$refs
.
son
[
0
].
getSmallShopById
(
2
);
//第一次登陆成功后去调取微店的信息
this
.
getPageType
()
//获取用户类型(校园)
// 如果登录的情况下直接跳转商品详情或者直播列表
setTimeout
(()
=>
{
if
(
this
.
JumpType
==
1
)
{
...
...
@@ -804,6 +805,18 @@ export default {
}
},
500
);
},
getPageType
(){
this
.
request2
(
{
url
:
"/api/AppletUser/GetAppletUserPageType"
,
data
:
{},
},
(
res
)
=>
{
console
.
log
(
res
,
"PageType"
);
}
);
},
//关闭登录窗口
gbAuth
()
{
this
.
showAuth
=
false
;
...
...
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