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
b5212e08
authored
Feb 27, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将连接改为api连接
parent
0c8da49d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
28 deletions
+47
-28
src/components/Detail.vue
+5
-5
src/pages/index/ImgUp.vue
+1
-1
src/pages/index/Shouye.vue
+20
-12
src/pages/user/User.vue
+21
-10
No files found.
src/components/Detail.vue
View file @
b5212e08
...
...
@@ -99,7 +99,7 @@ export default {
pushHistory
();
window
.
addEventListener
(
"popstate"
,
function
(
e
)
{
var
ulr
=
location
.
href
.
split
(
'?'
)[
0
];
window
.
location
=
api
.
i
ndexHref
;
window
.
location
=
window
.
windowI
ndexHref
;
},
false
);
}
},
...
...
@@ -120,7 +120,7 @@ export default {
// let noSharp = location.href.split('#')[0];
let
noSharp
=
api
.
w
rapHref
;
let
noSharp
=
window
.
windowW
rapHref
;
this
.
url
=
noSharp
.
includes
(
'?'
)
...
...
@@ -359,7 +359,7 @@ export default {
setTimeout
(()
=>
{
if
(
location
.
href
.
includes
(
'shareId'
))
{
location
.
href
=
api
.
i
ndexHref
;
location
.
href
=
window
.
windowI
ndexHref
;
}
else
{
this
.
$router
.
push
({
name
:
'Shouye'
});
}
...
...
@@ -371,7 +371,7 @@ export default {
});
setTimeout
(()
=>
{
if
(
location
.
href
.
includes
(
'shareId'
))
{
location
.
href
=
api
.
i
ndexHref
;
location
.
href
=
window
.
windowI
ndexHref
;
}
else
{
this
.
$router
.
push
({
name
:
'Shouye'
});
}
...
...
@@ -424,7 +424,7 @@ export default {
var
ulr
=
location
.
href
.
split
(
'?'
)[
0
];
// window.location = ulr;
window
.
location
=
api
.
i
ndexHref
;
window
.
location
=
window
.
windowI
ndexHref
;
}
else
{
this
.
$router
.
push
({
name
:
'Shouye'
});
}
...
...
src/pages/index/ImgUp.vue
View file @
b5212e08
...
...
@@ -441,7 +441,7 @@ export default {
ua
.
indexOf
(
'micromessenger'
)
!=
-
1
;
if
(
isWeixin
)
{
window
.
location
.
href
=
api
.
u
serCenterHref
;
window
.
location
.
href
=
window
.
windowU
serCenterHref
;
}
else
{
window
.
location
.
href
=
location
.
origin
+
'/user.html'
;
...
...
src/pages/index/Shouye.vue
View file @
b5212e08
...
...
@@ -214,9 +214,17 @@ export default {
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/activity/info'
).
then
((
result
)
=>
{
console
.
log
(
'
result.data.
data'
);
console
.
log
(
result
.
data
);
console
.
log
(
'
活动的
data'
);
console
.
log
(
result
.
data
.
data
);
window
.
windowIndexHref
=
result
.
data
.
data
.
indexHref
window
.
windowUserCenterHref
=
result
.
data
.
data
.
userCenterHref
window
.
windowWrapHref
=
result
.
data
.
data
.
weapHref
console
.
log
(
window
.
windowIndexHref
);
console
.
log
(
window
.
windowUserCenterHref
);
console
.
log
(
window
.
windowWrapHref
);
var
type
=
result
.
data
.
data
.
system_type
;
axios
.
defaults
.
headers
.
common
[
'systemtype'
]
=
type
;
...
...
@@ -229,7 +237,7 @@ export default {
// _this.getRenqiList();
//在getActiveInfo里请求了
_this
.
getPrizeList
();
_this
.
userCenter
=
api
.
u
serCenterHref
_this
.
userCenter
=
window
.
windowU
serCenterHref
_this
.
getUserInfo
();
_this
.
getRuweiList
();
...
...
@@ -572,7 +580,7 @@ export default {
// var data1 = {
// title: '春节回家,拍照有奖', // 分享标题
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
...
...
@@ -584,7 +592,7 @@ export default {
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -601,7 +609,7 @@ export default {
// title: _this.$randomText() , // 分享标题
title
:
tools
.
randomShareTitle
(),
// 分享标题
desc
:
tools
.
randomShareDesc
(),
// 分享描述
link
:
api
.
w
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
window
.
windowW
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
...
...
@@ -613,7 +621,7 @@ export default {
wx
.
updateTimelineShareData
(
{
title
:
tools
.
randomShareTitle
(),
// 分享标题
link
:
api
.
w
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
window
.
windowW
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
...
...
@@ -624,7 +632,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '春节回家,拍照有奖', // 分享标题
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// });
...
...
@@ -633,7 +641,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -646,7 +654,7 @@ export default {
// wx.onMenuShareQQ({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
@@ -660,7 +668,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
@@ -674,7 +682,7 @@ export default {
// wx.onMenuShareQZone({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
src/pages/user/User.vue
View file @
b5212e08
...
...
@@ -81,12 +81,23 @@ export default {
axios
.
get
(
'http://web-comment.canskj.cn/wandah5/activity/info'
).
then
((
result
)
=>
{
var
type
=
result
.
data
.
data
.
system_type
;
console
.
log
(
'活动的data'
);
console
.
log
(
result
.
data
.
data
);
window
.
windowIndexHref
=
result
.
data
.
data
.
indexHref
window
.
windowUserCenterHref
=
result
.
data
.
data
.
userCenterHref
window
.
windowWrapHref
=
result
.
data
.
data
.
weapHref
console
.
log
(
window
.
windowIndexHref
);
console
.
log
(
window
.
windowUserCenterHref
);
console
.
log
(
window
.
windowWrapHref
);
axios
.
defaults
.
headers
.
common
[
'systemtype'
]
=
type
;
$
(
'title'
).
text
(
result
.
data
.
data
.
title
);
_this
.
getUserInfo
();
_this
.
getUserImgList
();
_this
.
indexHref
=
api
.
i
ndexHref
;
_this
.
indexHref
=
window
.
windowI
ndexHref
;
}).
catch
((
err
)
=>
{
console
.
log
(
err
);
...
...
@@ -208,7 +219,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var data1 = {
// title: '春节回家,拍照有奖', // 分享标题
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
...
...
@@ -220,7 +231,7 @@ export default {
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -236,7 +247,7 @@ export default {
{
title
:
tools
.
randomShareTitle
(),
// 分享标题
desc
:
tools
.
randomShareDesc
(),
// 分享描述
link
:
api
.
w
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
window
.
windowW
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
...
...
@@ -248,7 +259,7 @@ export default {
wx
.
updateTimelineShareData
(
{
title
:
tools
.
randomShareTitle
(),
// 分享标题
link
:
api
.
w
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
window
.
windowW
rapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
...
...
@@ -259,7 +270,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '春节回家,拍照有奖', // 分享标题
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
// });
...
...
@@ -268,7 +279,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
window.windowW
rapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -281,7 +292,7 @@ export default {
// wx.onMenuShareQQ({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
...
...
@@ -295,7 +306,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
...
...
@@ -309,7 +320,7 @@ export default {
// wx.onMenuShareQZone({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
api.w
rapHref, // 分享链接
// link:
window.windowW
rapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
...
...
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