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
dda2305e
authored
Jan 26, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改标题
parent
0a96d84d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
54 additions
and
52 deletions
+54
-52
14.17万达回家正式.zip
+0
-0
src/components/CardPrize.vue
+8
-6
src/components/Detail.vue
+9
-9
src/pages/index/App.vue
+19
-19
src/pages/index/Shouye.vue
+9
-9
src/pages/user/User.vue
+9
-9
No files found.
14.17万达回家正式.zip
0 → 100644
View file @
dda2305e
File added
src/components/CardPrize.vue
View file @
dda2305e
...
@@ -94,10 +94,6 @@ export default {
...
@@ -94,10 +94,6 @@ export default {
box-shadow
:
0px
0px
15px
#888888
;
box-shadow
:
0px
0px
15px
#888888
;
margin-bottom
:
50px
;
margin-bottom
:
50px
;
.relative{
position
:
relative
;
}
.titileBox
{
.titileBox
{
height
:
145px
;
height
:
145px
;
padding-left
:
26px
;
padding-left
:
26px
;
...
@@ -195,10 +191,16 @@ export default {
...
@@ -195,10 +191,16 @@ export default {
}
}
}
}
.relative
{
position
:
relative
;
min-height
:
70px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
auto
;
}
}
.pictureInfo
{
.pictureInfo
{
width
:
100%
;
height
:
70px
;
height
:
70px
;
line-height
:
70px
;
line-height
:
70px
;
display
:
flex
;
display
:
flex
;
...
@@ -208,10 +210,9 @@ export default {
...
@@ -208,10 +210,9 @@ export default {
padding-left
:
20px
;
padding-left
:
20px
;
padding-right
:
20px
;
padding-right
:
20px
;
position
:
absolute
;
position
:
absolute
;
width
:
100%
;
bottom
:
8px
;
bottom
:
8px
;
//
top
:
-80px
;
//
top
:
-80px
;
background
:
rgba
(
$
color
:
#000000
,
$
alpha
:
0.8
);
background
:
rgba
(
$
color
:
#000000
,
$
alpha
:
0.9
);
//
background
:
red
;
//
background
:
red
;
color
:
white
;
color
:
white
;
...
@@ -242,6 +243,7 @@ export default {
...
@@ -242,6 +243,7 @@ export default {
margin-top
:
-12px
;
margin-top
:
-12px
;
}
}
}
}
}
.infoBox
{
.infoBox
{
position
:
relative
;
position
:
relative
;
...
...
src/components/Detail.vue
View file @
dda2305e
...
@@ -181,7 +181,7 @@ export default {
...
@@ -181,7 +181,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareTimeline
=
{
var
shareData64onMenuShareTimeline
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
success
:
function
()
{
success
:
function
()
{
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareAppMessage
=
{
var
shareData64onMenuShareAppMessage
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
...
@@ -212,7 +212,7 @@ export default {
...
@@ -212,7 +212,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
...
@@ -228,7 +228,7 @@ export default {
...
@@ -228,7 +228,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// imgUrl: _this.pictureInfo.image // 分享图标
// },
// },
...
@@ -240,7 +240,7 @@ export default {
...
@@ -240,7 +240,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
// success: function () {
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -265,7 +265,7 @@ export default {
...
@@ -265,7 +265,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
@@ -282,7 +282,7 @@ export default {
...
@@ -282,7 +282,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
@@ -299,7 +299,7 @@ export default {
...
@@ -299,7 +299,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
...
src/pages/index/App.vue
View file @
dda2305e
...
@@ -41,25 +41,25 @@ export default {
...
@@ -41,25 +41,25 @@ export default {
// this.hiddenBar();
// this.hiddenBar();
},
},
mounted
()
{
mounted
()
{
var
tar_userinfo
=
localStorage
.
getItem
(
'tar_userinfo'
);
//
var tar_userinfo = localStorage.getItem('tar_userinfo');
if
(
tar_userinfo
)
{
//
if (tar_userinfo) {
var
tar_openid
=
localStorage
.
getItem
(
'tar-uuid-129831'
);
//
var tar_openid = localStorage.getItem('tar-uuid-129831');
tar
.
init
({
//
tar.init({
tar_debug
:
!
1
,
//
tar_debug: !1,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid
:
"129831"
,
//
tar_tid: "129831",
tar_userinfo
:
[{
//
tar_userinfo: [{
openid
:
tar_openid
}]
//
openid: tar_openid }]
})
//
})
}
else
{
//
} else {
tar
.
init
({
//
tar.init({
tar_debug
:
!
1
,
//
tar_debug: !1,
tar_token
:
"3fcfe0ef160eb53266161898524e1708"
,
//
tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid
:
"129831"
,
//
tar_tid: "129831",
tar_scope
:
"snsapi_base"
,
//
tar_scope: "snsapi_base",
tar_appid
:
"wxfa065f3046ad9c21"
//
tar_appid: "wxfa065f3046ad9c21"
})
//
})
}
//
}
},
},
methods
:
{
methods
:
{
hiddenBar
()
{
hiddenBar
()
{
...
...
src/pages/index/Shouye.vue
View file @
dda2305e
...
@@ -546,7 +546,7 @@ export default {
...
@@ -546,7 +546,7 @@ export default {
});
});
var
data1
=
{
var
data1
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
success
:
function
()
{
}
...
@@ -556,7 +556,7 @@ export default {
...
@@ -556,7 +556,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
var
data2
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -573,7 +573,7 @@ export default {
...
@@ -573,7 +573,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
...
@@ -586,7 +586,7 @@ export default {
...
@@ -586,7 +586,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标
// imgUrl: '' // 分享图标
// },
// },
...
@@ -597,7 +597,7 @@ export default {
...
@@ -597,7 +597,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// success: function () { }
...
@@ -605,7 +605,7 @@ export default {
...
@@ -605,7 +605,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -618,7 +618,7 @@ export default {
...
@@ -618,7 +618,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -632,7 +632,7 @@ export default {
...
@@ -632,7 +632,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -646,7 +646,7 @@ export default {
...
@@ -646,7 +646,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/user/User.vue
View file @
dda2305e
...
@@ -191,7 +191,7 @@ export default {
...
@@ -191,7 +191,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
data1
=
{
var
data1
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
success
:
function
()
{
}
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
var
data2
=
{
title
:
'最美万达摄影大赛'
,
// 分享标题
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -218,7 +218,7 @@ export default {
...
@@ -218,7 +218,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
// },
// },
...
@@ -242,7 +242,7 @@ export default {
...
@@ -242,7 +242,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
// success: function() {}
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -263,7 +263,7 @@ export default {
...
@@ -263,7 +263,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -277,7 +277,7 @@ export default {
...
@@ -277,7 +277,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -291,7 +291,7 @@ export default {
...
@@ -291,7 +291,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛', // 分享标题
// title: '最美万达摄影大赛
·回家
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// 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