Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
5d75f6d2
Commit
5d75f6d2
authored
Sep 27, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页相关功能
parent
d294bb5a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
eventpage.vue
src/views/findeventpage/eventpage.vue
+1
-0
index.vue
src/views/index/pages/index.vue
+3
-0
No files found.
src/views/findeventpage/eventpage.vue
View file @
5d75f6d2
...
...
@@ -110,6 +110,7 @@
methods
:{
successlogin
(){
this
.
userInfo
=
this
.
publicFun
.
getUserInfoCookieType
()
?
JSON
.
parse
(
this
.
Base64
.
decode
(
this
.
publicFun
.
getUserInfoCookieType
()))
:
null
;
this
.
resourcesdata
();
},
//活动详情
toeventdetail
(
val
){
...
...
src/views/index/pages/index.vue
View file @
5d75f6d2
...
...
@@ -1017,6 +1017,7 @@
urltext
:
''
,
wx_type_hover
:
1
,
positions
:
false
,
isgetintegral
:
false
,
}
},
components
:
{
...
...
@@ -1050,6 +1051,7 @@
},
//签到
getintegralCode
(){
this
.
isgetintegral
=
true
;
if
(
!
this
.
publicFun
.
getUserInfoCookieType
()){
this
.
islogin
=
true
;
this
.
$refs
.
login
.
isexpertVisible
();
...
...
@@ -1071,6 +1073,7 @@
this
.
$refs
.
childintegral
.
getintegralCode
(
'ITV007'
);
this
.
isHasSign
=
true
;
}
this
.
getIndexHotContentaxios
();
//热门信息
},
//登陆
logins
(){
...
...
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