Commit 10641e60 by hank

名称修改

parent 0b2a01d3
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var shareData64onMenuShareTimeline = { var shareData64onMenuShareTimeline = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: _this.pictureInfo.image, // 分享图标 imgUrl: _this.pictureInfo.image, // 分享图标
success: function () { success: function () {
...@@ -213,7 +213,7 @@ export default { ...@@ -213,7 +213,7 @@ export default {
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var shareData64onMenuShareAppMessage = { var shareData64onMenuShareAppMessage = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
// 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, // 分享描述
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData( // wx.updateAppMessageShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// // 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, // 分享描述
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标 // imgUrl: _this.pictureInfo.image // 分享图标
// }, // },
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标 // imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () { // success: function () {
...@@ -270,7 +270,7 @@ export default { ...@@ -270,7 +270,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// // 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安全域名一致
...@@ -285,7 +285,7 @@ export default { ...@@ -285,7 +285,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// // 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, // 分享链接
...@@ -302,7 +302,7 @@ export default { ...@@ -302,7 +302,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// // 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, // 分享链接
...@@ -319,7 +319,7 @@ export default { ...@@ -319,7 +319,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// // 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, // 分享链接
......
...@@ -587,7 +587,7 @@ export default { ...@@ -587,7 +587,7 @@ export default {
}); });
var data1 = { var data1 = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function () { } success: function () { }
...@@ -597,7 +597,7 @@ export default { ...@@ -597,7 +597,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var data2 = { var data2 = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...@@ -614,7 +614,7 @@ export default { ...@@ -614,7 +614,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// window.wx.updateAppMessageShareData( // window.wx.updateAppMessageShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
...@@ -627,7 +627,7 @@ export default { ...@@ -627,7 +627,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标 // imgUrl: '' // 分享图标
// }, // },
...@@ -638,7 +638,7 @@ export default { ...@@ -638,7 +638,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { } // success: function () { }
...@@ -646,7 +646,7 @@ export default { ...@@ -646,7 +646,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -659,7 +659,7 @@ export default { ...@@ -659,7 +659,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -673,7 +673,7 @@ export default { ...@@ -673,7 +673,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -687,7 +687,7 @@ export default { ...@@ -687,7 +687,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <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 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> <script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
</head> </head>
......
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function () { } success: function () { }
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var data1 = { var data1 = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function () { } success: function () { }
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var data2 = { var data2 = {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData( // wx.updateAppMessageShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
...@@ -241,7 +241,7 @@ export default { ...@@ -241,7 +241,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
// }, // },
...@@ -252,7 +252,7 @@ export default { ...@@ -252,7 +252,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function() {} // success: function() {}
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -273,7 +273,7 @@ export default { ...@@ -273,7 +273,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -287,7 +287,7 @@ export default { ...@@ -287,7 +287,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -301,7 +301,7 @@ export default { ...@@ -301,7 +301,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '万达篮球小冠军', // 分享标题 // title: '2019男篮世界杯小球童选拔', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
<template> <template>
...@@ -187,7 +187,7 @@ export default { ...@@ -187,7 +187,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function() {} success: function() {}
...@@ -219,7 +219,7 @@ export default { ...@@ -219,7 +219,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
<template> <template>
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function() {} success: function() {}
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '万达篮球小冠军', // 分享标题 title: '2019男篮世界杯小球童选拔', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <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 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> <script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment