Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
h5wandahuijia
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6c00b1be
authored
Feb 22, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了title
parent
388b3d25
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
src/modules/store/index.js
+2
-5
src/pages/index/index.html
+2
-1
src/pages/user/user.html
+1
-1
No files found.
src/modules/store/index.js
View file @
6c00b1be
import
Vue
from
'vue'
import
Vue
from
'vue'
import
Vuex
from
'vuex'
import
Vuex
from
'vuex'
import
Axios
from
'axios
'
;
import
$
from
'jquery
'
;
Vue
.
use
(
Vuex
);
Vue
.
use
(
Vuex
);
...
@@ -37,17 +37,14 @@ export default new Vuex.Store({
...
@@ -37,17 +37,14 @@ export default new Vuex.Store({
},
},
getPublicActiveInfo
(
state
,
num
){
getPublicActiveInfo
(
state
,
num
){
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/activity/info'
).
then
((
result
)
=>
{
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/activity/info'
).
then
((
result
)
=>
{
console
.
log
(
'公共数据'
);
console
.
log
(
result
.
data
.
data
);
state
.
publicActiveInfo
=
result
.
data
.
data
state
.
publicActiveInfo
=
result
.
data
.
data
$
(
'title'
).
text
(
result
.
data
.
data
.
title
);
}).
catch
((
err
)
=>
{
}).
catch
((
err
)
=>
{
console
.
log
(
err
);
console
.
log
(
err
);
});
});
},
},
getPublicShareInfo
(
state
,
num
){
getPublicShareInfo
(
state
,
num
){
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/share/info'
).
then
((
result
)
=>
{
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/share/info'
).
then
((
result
)
=>
{
console
.
log
(
'公共数据'
);
console
.
log
(
result
.
data
.
data
);
state
.
publicShareInfo
=
result
.
data
.
data
state
.
publicShareInfo
=
result
.
data
.
data
}).
catch
((
err
)
=>
{
}).
catch
((
err
)
=>
{
console
.
log
(
err
);
console
.
log
(
err
);
...
...
src/pages/index/index.html
View file @
6c00b1be
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<title>
最美万达摄影月赛·春节回家
</title>
<!-- <title>最美万达摄影月赛·春节回家</title> -->
<title>
最美万达摄影
</title>
<script
type=
"text/javascript"
src=
"http://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
<script
type=
"text/javascript"
src=
"http://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
</head>
</head>
...
...
src/pages/user/user.html
View file @
6c00b1be
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<title>
最美万达
摄影月赛·春节回家
</title>
<title>
最美万达
</title>
<script
type=
"text/javascript"
src=
"http://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
<script
type=
"text/javascript"
src=
"http://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
</head>
</head>
...
...
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