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
5e230ab3
authored
Jan 25, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释掉了打开首页的获取入围奖信息
parent
1714dc04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
140 deletions
+1
-140
src/pages/index/Shouye.vue
+1
-1
src/pages/user/App.vue
+0
-139
万达回家1.25.20.25正式.zip
+0
-0
No files found.
src/pages/index/Shouye.vue
View file @
5e230ab3
...
...
@@ -245,7 +245,7 @@ export default {
this
.
getUserInfo
();
this
.
fucengButton
=
localStorage
.
getItem
(
"fucengButton"
)
?
'close'
:
'open'
;
this
.
getRuweiList
();
//
this.getRuweiList();
// this.hiddenBar();
},
...
...
src/pages/user/App.vue
View file @
5e230ab3
...
...
@@ -79,145 +79,6 @@ export default {
// WeixinJSBridge.call("showOptionMenu"); // 显示右上角的三个点的选项
});
},
getWeixinPowerShare
()
{
var
_this
=
this
;
axios
.
get
(
'/contest/wechat/info'
,
{
params
:
{
url
:
encodeURIComponent
(
location
.
href
.
split
(
'#'
)[
0
]),
type
:
1
}
})
.
then
(
res
=>
{
var
res
=
res
.
data
.
data
;
var
listArr
=
[
'updateAppMessageShareData'
,
'updateTimelineShareData'
,
'onMenuShareTimeline'
,
'onMenuShareAppMessage'
,
'onMenuShareQQ'
,
'onMenuShareWeibo'
,
'onMenuShareQZone'
];
wx
.
config
({
debug
:
false
,
// 开启调试模式,
appId
:
res
.
appId
,
// 必填,企业号的唯一标识,此处填写企业号corpid
timestamp
:
res
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
nonceStr
,
// 必填,生成签名的随机串
signature
:
res
.
signature
,
// 必填,签名,见附录1
jsApiList
:
listArr
});
wx
.
ready
(()
=>
{
wx
.
checkJsApi
({
jsApiList
:
listArr
,
success
:
function
(
res
)
{
// 以键值对的形式返回,可用的api值true,不可用为false
// 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"}
}
});
// // 自定义“分享给朋友”及“分享到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
)
{
//这里是回调函数
}
);
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
});
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
type
:
''
,
// 分享类型,music、video或link,不填默认为link
dataUrl
:
''
,
// 如果type是music或video,则要提供数据链接,默认为空
success
:
function
()
{
// 用户点击了分享后执行的回调函数
}
});
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
// 用户确认分享后执行的回调函数
},
cancel
:
function
()
{
// 用户取消分享后执行的回调函数
}
});
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
// 用户确认分享后执行的回调函数
},
cancel
:
function
()
{
// 用户取消分享后执行的回调函数
}
});
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
// 用户确认分享后执行的回调函数
},
cancel
:
function
()
{
// 用户取消分享后执行的回调函数
}
});
});
wx
.
error
(
function
(
res
)
{
// console.log('微信错误');
// console.log(res);
});
})
.
catch
(
err
=>
{
// console.log('请求的错误');
// console.log(err);
});
},
getshareId
(
str
)
{
var
arr
=
str
.
split
(
'?'
);
var
newArr
=
arr
[
1
].
split
(
'&'
);
...
...
万达回家1.25.20.25正式.zip
0 → 100644
View file @
5e230ab3
File added
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