You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.6 KiB
49 lines
2.6 KiB
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>深圳文交所艺术品投资与收藏俱乐部理事申请表(机构)</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="description" content="为深圳文交所艺术品投资与收藏俱乐部理事申请表(机构)提交数据。">
|
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
|
|
</head>
|
|
<body class="entry-container">
|
|
<script src="{$yf_theme_path}public/js/jquery.js"></script>
|
|
<script>
|
|
|
|
$(function(){
|
|
wx.config({
|
|
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
|
|
appId: "{$signPackage.appId}", // 必填,公众号的唯一标识
|
|
timestamp:"{$signPackage.timestamp}", // 必填,生成签名的时间戳
|
|
nonceStr:"{$signPackage.nonceStr}", // 必填,生成签名的随机串
|
|
signature:"{$signPackage.signature}",// 必填,签名
|
|
jsApiList: ['updateAppMessageShareData','updateTimelineShareData'] // 必填,需要使用的JS接口列表
|
|
});
|
|
|
|
wx.ready(function(){
|
|
//自定义“分享给朋友”及“分享到QQ”按钮的分享内容
|
|
wx.updateAppMessageShareData({
|
|
title:"{$share.title}", // 分享标题
|
|
desc: "{$share.desc}", // 分享描述
|
|
link:"{$share.link}", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
imgUrl:"{$share.imgUrl}", // 分享图标
|
|
success: function () {
|
|
// 设置成功
|
|
}
|
|
});
|
|
//获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
|
|
wx.updateTimelineShareData({
|
|
title:"{$share.title}", // 分享标题
|
|
link:"{$share.link}", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
imgUrl:"{$share.imgUrl}", // 分享图标
|
|
success: function () {
|
|
// 设置成功
|
|
}
|
|
});
|
|
});
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|