Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
8aae6476
Commit
8aae6476
authored
Sep 04, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页待开课
parent
876378a3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
20 deletions
+2
-20
index.vue
src/components/index.vue
+1
-12
logistics.vue
src/components/logistics.vue
+0
-2
index.vue
src/components/map/index.vue
+1
-1
main.js
src/main.js
+0
-5
No files found.
src/components/index.vue
View file @
8aae6476
...
...
@@ -596,14 +596,6 @@ export default {
}
this
.
userCourse
=
res
;
localStorage
.
setItem
(
"userCourse"
,
JSON
.
stringify
(
this
.
userCourse
));
let
is_view_course
=
"没有课程"
;
if
(
res
.
start_periods_course_type
)
{
if
(
res
.
start_periods_course_type
==
0
)
{
is_view_course
=
"正式课"
;
}
else
{
is_view_course
=
"体验课"
;
}
}
this
.
$sa
.
track
(
"viewHomepage"
,
{});
this
.
getBannerListApi
();
let
course
=
res
;
...
...
@@ -664,10 +656,7 @@ export default {
this
.
$refs
.
bottomTab
.
setBtn
();
let
ownDetail
=
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
));
if
(
ownDetail
.
family_user
!=
1
)
{
if
(
!
sessionStorage
.
getItem
(
"frist"
)
&&
this
.
bannerData
.
start_periods_id
)
{
if
(
!
sessionStorage
.
getItem
(
"frist"
)
&&
this
.
bannerData
.
start_periods_id
)
{
sessionStorage
.
setItem
(
"frist"
,
true
);
this
.
$router
.
push
({
name
:
"map"
,
...
...
src/components/logistics.vue
View file @
8aae6476
...
...
@@ -10,9 +10,7 @@
<div
v-else-if=
"list.length && list[0] != 0"
>
<h1
class=
"logistics-title"
>
我的快递
</h1>
<ol
class=
"logistics-list"
>
<li
class=
"item"
v-for=
"item in list"
>
<div
class=
"item-header"
>
<h2>
{{
item
.
goods_title
}}
</h2>
...
...
src/components/map/index.vue
View file @
8aae6476
src/main.js
View file @
8aae6476
...
...
@@ -11,11 +11,6 @@ import sa from 'sa-sdk-javascript';
import
'mint-ui/lib/style.css'
import
scroll
from
"./base/scroll/scroll"
import
{
Popup
,
Lazyload
,
Button
,
Dialog
,
Toast
}
from
'vant'
;
// www.fundebug.com
import
*
as
fundebug
from
'fundebug-javascript'
;
import
fundebugVue
from
'fundebug-vue'
;
fundebug
.
apikey
=
'4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e'
;
fundebugVue
(
fundebug
,
Vue
);
Vue
.
config
.
productionTip
=
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