Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
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
10641e60
authored
Jun 03, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名称修改
parent
0b2a01d3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
52 additions
and
52 deletions
+52
-52
src/components/Detail.vue
+9
-9
src/pages/index/Shouye.vue
+9
-9
src/pages/index/index.html
+1
-1
src/pages/user/App.vue
+7
-7
src/pages/user/User.vue
+9
-9
src/pages/user/User以前.vue
+8
-8
src/pages/user/User最新.vue
+8
-8
src/pages/user/user.html
+1
-1
No files found.
src/components/Detail.vue
View file @
10641e60
...
...
@@ -201,7 +201,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareTimeline
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
success
:
function
()
{
...
...
@@ -213,7 +213,7 @@ export default {
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareAppMessage
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.$randomText(), // 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
...
...
@@ -232,7 +232,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
...
...
@@ -248,7 +248,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// },
...
...
@@ -260,7 +260,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
...
...
@@ -270,7 +270,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -285,7 +285,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
@@ -302,7 +302,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
@@ -319,7 +319,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
...
...
src/pages/index/Shouye.vue
View file @
10641e60
...
...
@@ -587,7 +587,7 @@ export default {
});
var
data1
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
...
...
@@ -597,7 +597,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -614,7 +614,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// window.wx.updateAppMessageShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
...
...
@@ -627,7 +627,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标
// },
...
...
@@ -638,7 +638,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
...
...
@@ -646,7 +646,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -659,7 +659,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -673,7 +673,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -687,7 +687,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/index/index.html
View file @
10641e60
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<title>
万达篮球小冠军
</title>
<title>
2019男篮世界杯小球童选拔
</title>
<script
type=
"text/javascript"
src=
"https://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
<script
src=
"https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
></script>
</head>
...
...
src/pages/user/App.vue
View file @
10641e60
...
...
@@ -149,7 +149,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
...
...
@@ -162,7 +162,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
...
...
@@ -173,7 +173,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
...
...
@@ -181,7 +181,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -194,7 +194,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -208,7 +208,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -222,7 +222,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/User.vue
View file @
10641e60
...
...
@@ -201,7 +201,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
data1
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
...
...
@@ -211,7 +211,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
...
@@ -228,7 +228,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
...
...
@@ -241,7 +241,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// },
...
...
@@ -252,7 +252,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
...
...
@@ -260,7 +260,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -273,7 +273,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -287,7 +287,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
@@ -301,7 +301,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// title: '
万达篮球小冠军
', // 分享标题
// title: '
2019男篮世界杯小球童选拔
', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/user/User以前.vue
View file @
10641e60
<
temp
late
>
<
temp
late
>
...
...
@@ -187,7 +187,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
...
...
@@ -200,7 +200,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
...
...
@@ -211,7 +211,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{}
...
...
@@ -219,7 +219,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -232,7 +232,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -246,7 +246,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -260,7 +260,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/User最新.vue
View file @
10641e60
<
temp
late
>
<
temp
late
>
...
...
@@ -190,7 +190,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
...
...
@@ -203,7 +203,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
{
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
},
...
...
@@ -214,7 +214,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{}
...
...
@@ -222,7 +222,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -235,7 +235,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -249,7 +249,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
@@ -263,7 +263,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
title
:
'
万达篮球小冠军
'
,
// 分享标题
title
:
'
2019男篮世界杯小球童选拔
'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/user.html
View file @
10641e60
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<title>
万达篮球小冠军
</title>
<title>
2019男篮世界杯小球童选拔
</title>
<script
type=
"text/javascript"
src=
"https://js.tarsocial.com/h5stat-2.1.1.vue.js"
></script>
<script
src=
"https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
></script>
</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