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.
149 lines
6.4 KiB
149 lines
6.4 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<title>{$page_title}</title>
|
|
<link href="{__TPL__}css/jquery-ui-1.10.1.custom.min.css" rel="stylesheet" />
|
|
<!--字体图标库-->
|
|
<link rel="stylesheet" href="{__TPL__}fonts/iconfont.css">
|
|
<link rel="stylesheet" href="{__TPL__}css/swiper-3.2.5.min.css">
|
|
<link rel="stylesheet" href="{__TPL__}css/zyUpload.css" />
|
|
|
|
<!--主样式-->
|
|
<link rel="stylesheet" href="{__TPL__}css/ectouch.css" />
|
|
<script type="text/javascript" src="{__TPL__}js/jquery-2.1.4.min.js"></script>
|
|
</head>
|
|
<body class="red2-bg">
|
|
{include file="float_nav"}
|
|
{include file="search"}
|
|
<div id="loading"><img src="{__TPL__}img/loading.gif" /></div>
|
|
<div class="card-n-img-box"><img src="{__TPL__}img/mingpian.png"></div>
|
|
<section class="bg-white">
|
|
<div class="my-user-box">
|
|
<div class="header-card dis-box padding-alle">
|
|
<a >
|
|
<div class="user-head-img-box">
|
|
{if $info.headimgurl}
|
|
<img src="{$info.headimgurl}">
|
|
{else}
|
|
<img src="{__TPL__}img/no_image.png">
|
|
{/if}
|
|
</div>
|
|
</a>
|
|
<a class="box-flex">
|
|
<div class="g-s-i-title-a">
|
|
<h4 class="ellipsis-one user-admin-size col-7">我是<span class="color-red">[{$info.username}]</span></h4>
|
|
<p class="f-03 user-reg-top col-7">快来和我一起成为分销商吧</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="card-bg">
|
|
<div class="card-fa-box-2"><img src="{__TPL__}img/mingpian-3.png"></div>
|
|
<div class="card-fa-box"><img src="{__TPL__}img/mingpian-bg.png"></div>
|
|
<div class="b-color-f ewm-box p-a">
|
|
<div class="ewm-box-1">
|
|
<!-- <img src="{$ewm}"></div>-->
|
|
|
|
<img src="{$ewm}"></div>
|
|
<div class="yuan-bg">
|
|
<ul class="dis-box">
|
|
<li class="ewm-left">
|
|
<div class="yuan-1 red-bg"></div>
|
|
</li>
|
|
<li class="box-flex ewm-c-box">
|
|
<div class="ewm-c p-a"><span class="col-9 f-02 card-tit">长按识别二维码</span></div>
|
|
<div class="xian-f p-a"></div>
|
|
</li>
|
|
<li class="ewm-right">
|
|
<div class="yuan-2 red-bg"></div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="zhiwen"><img src="{__TPL__}img/zhiwen.png"></div>
|
|
<div class="qian p-a"><img src="{__TPL__}img/qian.png"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!--引用js-->
|
|
{include file="script"}
|
|
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
<script>
|
|
/* wx.config({
|
|
debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
|
|
appId:'{$wx.appid}', // 必填,公众号的唯一标识
|
|
timestamp:'{$wx.timestamp}', // 必填,生成签名的时间戳
|
|
nonceStr:'{$wx.noncestr}', // 必填,生成签名的随机串
|
|
signature:'{$wx.signature}',// 必填,签名,见附录1
|
|
jsApiList: ['checkJsApi','onMenuShareQQ','onMenuShareQZone','onMenuShareAppMessage','onMenuShareTimeline'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
|
|
});
|
|
wx.ready(function(){
|
|
|
|
|
|
wx.onMenuShareAppMessage({//朋友
|
|
title: '{$wx.title}', // 分享标题
|
|
desc: '{$wx.desc}', // 分享描述
|
|
link: '{$wx.share_url}', // 分享链接
|
|
imgUrl: '{$wx.imgUrl}', // 分享图标
|
|
type: '', // 分享类型,music、video或link,不填默认为link
|
|
dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
|
|
success: function () {
|
|
// 用户确认分享后执行的回调函数
|
|
},
|
|
cancel: function () {
|
|
// 用户取消分享后执行的回调函数
|
|
}
|
|
});
|
|
wx.onMenuShareQQ({//QQ分享
|
|
title: '{$wx.title}', // 分享标题
|
|
desc: '{$wx.desc}', // 分享描述
|
|
link: '{$wx.share_url}', // 分享链接
|
|
imgUrl: '{$wx.imgUrl}', // 分享图标
|
|
success: function () {
|
|
// 用户确认分享后执行的回调函数
|
|
},
|
|
cancel: function () {
|
|
// 用户取消分享后执行的回调函数
|
|
}
|
|
});
|
|
wx.onMenuShareQZone({
|
|
title: '{$wx.title}', // 分享标题
|
|
desc: '{$wx.desc}', // 分享描述
|
|
link: '{$wx.share_url}', // 分享链接
|
|
imgUrl: '{$wx.imgUrl}', // 分享图标
|
|
success: function () {
|
|
// 用户确认分享后执行的回调函数
|
|
},
|
|
cancel: function () {
|
|
// 用户取消分享后执行的回调函数
|
|
}
|
|
});
|
|
wx.onMenuShareTimeline({//朋友圈
|
|
title: '{$wx.title}', // 分享标题
|
|
link: '{$wx.share_url}', // 分享链接
|
|
imgUrl: '{$wx.imgUrl}', // 分享图标
|
|
success: function () {
|
|
// 用户确认分享后执行的回调函数
|
|
},
|
|
cancel: function () {
|
|
// 用户取消分享后执行的回调函数
|
|
}
|
|
});
|
|
|
|
});*/
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|