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
01805cbb
authored
Jan 28, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改摘要
parent
a54ca9b6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
23 deletions
+25
-23
src/components/Detail.vue
+7
-7
src/pages/index/Shouye.vue
+10
-8
src/pages/user/User.vue
+8
-8
No files found.
src/components/Detail.vue
View file @
01805cbb
...
...
@@ -181,7 +181,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var shareData64onMenuShareTimeline = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
...
...
@@ -193,7 +193,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var shareData64onMenuShareAppMessage = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.$randomText(), // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
...
...
@@ -240,7 +240,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
...
...
@@ -250,7 +250,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -265,7 +265,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
@@ -282,7 +282,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
@@ -299,7 +299,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
src/pages/index/Shouye.vue
View file @
01805cbb
...
...
@@ -238,7 +238,9 @@ export default {
// }, 200);
},
activated
(){
setTimeout
(()
=>
{
this
.
getWeixinPowerShare
();
},
400
);
},
methods
:
{
getUserInfo
()
{
...
...
@@ -550,7 +552,7 @@ export default {
});
// var data1 = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
...
...
@@ -560,7 +562,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -578,7 +580,7 @@ export default {
wx
.
updateAppMessageShareData
(
{
title
:
_this
.
$randomText
()
,
// 分享标题
desc
:
'
最美万达摄影月赛·春节回家
'
,
// 分享描述
desc
:
'
春节回家,拍照有奖
'
,
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
...
...
@@ -601,7 +603,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
...
...
@@ -609,7 +611,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -622,7 +624,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -636,7 +638,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -650,7 +652,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/user/User.vue
View file @
01805cbb
...
...
@@ -196,7 +196,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var data1 = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
...
...
@@ -206,7 +206,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = {
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -224,7 +224,7 @@ export default {
wx
.
updateAppMessageShareData
(
{
title
:
_this
.
$randomText
()
,
// 分享标题
desc
:
'
最美万达摄影月赛·春节回家
'
,
// 分享描述
desc
:
'
春节回家,拍照有奖
'
,
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
...
...
@@ -247,7 +247,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
...
...
@@ -255,7 +255,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -268,7 +268,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -282,7 +282,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -296,7 +296,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
最美万达摄影月赛·春节回家
', // 分享标题
// title: '
春节回家,拍照有奖
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
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