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
10ddc16e
authored
Jan 27, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉数据检测
parent
b32fc85c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
195 additions
and
195 deletions
+195
-195
src/components/Detail.vue
+54
-54
src/pages/index/App.vue
+19
-19
src/pages/index/Shouye.vue
+51
-51
src/pages/user/App.vue
+19
-19
src/pages/user/User.vue
+52
-52
No files found.
src/components/Detail.vue
View file @
10ddc16e
...
...
@@ -179,64 +179,64 @@ export default {
}
});
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareTimeline
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
success
:
function
()
{
_this
.
jinzhidianzan
=
false
;
}
}
wx
.
onMenuShareTimeline
(
tar
.
shapeShareTimeline
(
shareData64onMenuShareTimeline
));
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareAppMessage
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.$randomText(), // 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
type
:
''
,
// 分享类型,music、video或link,不填默认为link
dataUrl
:
''
,
// 如果type是music或video,则要提供数据链接,默认为空
success
:
function
()
{
// 用户点击了分享后执行的回调函数
_this
.
jinzhidianzan
=
false
;
}
};
wx
.
onMenuShareAppMessage
(
tar
.
shapeShareAppMessage
(
shareData64onMenuShareAppMessage
));
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// },
// function (res) {
// //这里是回调函数
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var shareData64onMenuShareTimeline = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
// _this.jinzhidianzan = false;
// }
// );
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// },
// function (res) {
// //这里是回调函数
// }
// wx.onMenuShareTimeline(tar.shapeShareTimeline(shareData64onMenuShareTimeline));
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var shareData64onMenuShareAppMessage = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.$randomText(), // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
// success: function () {
// // 用户点击了分享后执行的回调函数
// _this.jinzhidianzan = false;
// }
// );
// };
// wx.onMenuShareAppMessage(tar.shapeShareAppMessage(shareData64onMenuShareAppMessage));
// 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
// desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
// 分享图标
},
function
(
res
)
{
//这里是回调函数
_this
.
jinzhidianzan
=
false
;
}
);
// 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
// 分享图标
},
function
(
res
)
{
//这里是回调函数
_this
.
jinzhidianzan
=
false
;
}
);
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
...
...
src/pages/index/App.vue
View file @
10ddc16e
...
...
@@ -41,25 +41,25 @@ export default {
// this.hiddenBar();
},
mounted
()
{
var
tar_userinfo
=
localStorage
.
getItem
(
'tar_userinfo'
);
if
(
tar_userinfo
)
{
var
tar_openid
=
localStorage
.
getItem
(
'tar-uuid-129831'
);
tar
.
init
({
tar_debug
:
!
1
,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
tar_tid
:
"129831"
,
tar_userinfo
:
[{
openid
:
tar_openid
}]
})
}
else
{
tar
.
init
({
tar_debug
:
!
1
,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
tar_tid
:
"129831"
,
tar_scope
:
"snsapi_base"
,
tar_appid
:
"wxfa065f3046ad9c21"
})
}
//
var tar_userinfo = localStorage.getItem('tar_userinfo');
//
if (tar_userinfo) {
//
var tar_openid = localStorage.getItem('tar-uuid-129831');
//
tar.init({
//
tar_debug: !1,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
//
tar_tid: "129831",
//
tar_userinfo: [{
//
openid: tar_openid }]
//
})
//
} else {
//
tar.init({
//
tar_debug: !1,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
//
tar_tid: "129831",
//
tar_scope: "snsapi_base",
//
tar_appid: "wxfa065f3046ad9c21"
//
})
//
}
},
methods
:
{
hiddenBar
()
{
...
...
src/pages/index/Shouye.vue
View file @
10ddc16e
...
...
@@ -546,60 +546,60 @@ export default {
}
});
var
data1
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
}
wx
.
onMenuShareTimeline
(
tar
.
shapeShareTimeline
(
data1
));
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
type
:
''
,
// 分享类型,music、video或link,不填默认为link
dataUrl
:
''
,
// 如果type是music或video,则要提供数据链接,默认为空
success
:
function
()
{
// 用户点击了分享后执行的回调函数
}
}
// var data1 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
wx
.
onMenuShareAppMessage
(
tar
.
shapeShareAppMessage
(
data2
));
// wx.onMenuShareTimeline(tar.shapeShareTimeline(data1
));
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// },
// function (res) {
// //这里是回调函数
// }
// );
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标
// },
// function (res) {
// //这里是回调函数
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
// success: function () {
// // 用户点击了分享后执行的回调函数
// }
// );
// }
// wx.onMenuShareAppMessage(tar.shapeShareAppMessage(data2));
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
//这里是回调函数
}
);
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
''
// 分享图标
},
function
(
res
)
{
//这里是回调函数
}
);
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link:
location.h
ref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
api.wrapH
ref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// });
...
...
@@ -608,7 +608,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
location.h
ref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link:
api.wrapH
ref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -621,7 +621,7 @@ export default {
// wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
location.h
ref, // 分享链接
// link:
api.wrapH
ref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
@@ -635,7 +635,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
location.h
ref, // 分享链接
// link:
api.wrapH
ref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
@@ -649,7 +649,7 @@ export default {
// wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link:
location.h
ref, // 分享链接
// link:
api.wrapH
ref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
...
...
src/pages/user/App.vue
View file @
10ddc16e
...
...
@@ -50,25 +50,25 @@ export default {
// this.hiddenBar();
},
mounted
()
{
var
tar_userinfo
=
localStorage
.
getItem
(
'tar_userinfo'
);
if
(
tar_userinfo
)
{
var
tar_openid
=
localStorage
.
getItem
(
'tar-uuid-129831'
);
tar
.
init
({
tar_debug
:
!
1
,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
tar_tid
:
"129831"
,
tar_userinfo
:
[{
openid
:
tar_openid
}]
})
}
else
{
tar
.
init
({
tar_debug
:
!
1
,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
tar_tid
:
"129831"
,
tar_scope
:
"snsapi_base"
,
tar_appid
:
"wxfa065f3046ad9c21"
})
}
//
var tar_userinfo = localStorage.getItem('tar_userinfo');
//
if (tar_userinfo) {
//
var tar_openid = localStorage.getItem('tar-uuid-129831');
//
tar.init({
//
tar_debug: !1,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
//
tar_tid: "129831",
//
tar_userinfo: [{
//
openid: tar_openid }]
//
})
//
} else {
//
tar.init({
//
tar_debug: !1,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
//
tar_tid: "129831",
//
tar_scope: "snsapi_base",
//
tar_appid: "wxfa065f3046ad9c21"
//
})
//
}
},
methods
:
{
hiddenBar
()
{
...
...
src/pages/user/User.vue
View file @
10ddc16e
...
...
@@ -189,61 +189,61 @@ export default {
}
});
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
data1
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
}
wx
.
onMenuShareTimeline
(
tar
.
shapeShareTimeline
(
data1
));
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
type
:
''
,
// 分享类型,music、video或link,不填默认为link
dataUrl
:
''
,
// 如果type是music或video,则要提供数据链接,默认为空
success
:
function
()
{
// 用户点击了分享后执行的回调函数
}
}
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var data1 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
wx
.
onMenuShareAppMessage
(
tar
.
shapeShareAppMessage
(
data2
));
// wx.onMenuShareTimeline(tar.shapeShareTimeline(data1
));
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// },
// function(res) {
// //这里是回调函数
// }
// );
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// },
// function(res) {
// //这里是回调函数
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
// success: function () {
// // 用户点击了分享后执行的回调函数
// }
// );
// }
// wx.onMenuShareAppMessage(tar.shapeShareAppMessage(data2));
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
//这里是回调函数
}
);
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
function
(
res
)
{
//这里是回调函数
}
);
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: api.
index
Href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.
wrap
Href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
// });
...
...
@@ -252,7 +252,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.
index
Href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.
wrap
Href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -265,7 +265,7 @@ export default {
// wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.
index
Href, // 分享链接
// link: api.
wrap
Href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
...
...
@@ -279,7 +279,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.
index
Href, // 分享链接
// link: api.
wrap
Href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
...
...
@@ -293,7 +293,7 @@ export default {
// wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.
index
Href, // 分享链接
// link: api.
wrap
Href, // 分享链接
// 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