123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
- <title>测测代表你的英伦歌</title>
- <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
- <script src="/static/ishow/js/jquery-3.2.1.min.js"></script>
- <style type="text/css">
- *{
- margin: 0;
- padding: 0;
- }
- body{
- width: 100%;
- height: 100%;
- }
- img{
- display: block;
- margin: 0 auto;
- width: 100%;
- max-width: 640px;
- }
- </style>
- <script>
- var POSTTEXTS = [
- [
- "The Beatles", "《Yesterday》", "《Imagine》", "《Let It Be》","《Hey Jude》","《While My Guitar Gently Weeps》"
- ],
- [
- "Radiohead", "《No Surprises》", "《Creep》", "《Karma Police》", "《Fake Plastic Trees》", "《High And Dry》", "《Thinking About You》"
- ],
- [
- "Muse", "《Unintended》", "《Supermassive Black Hole》", "《Take A Bow》", "《Starlight》", "《Soldier’s Poem》"
- ],
- [
- "Coldplay", "《Viva La Vida》", "《Fix You》", "《Yellow》", "《The Scientist》", "《Magic》", "《A Sky Full of Stars》"
- ],
- [
- "Blur", "《Song2》", "《Coffee & TV》", "《She is So High》", "《Charmless》", "《Sweet Song》"
- ],
- [
- "Travis", "《Quicksand》", "《Closer》", "《Turn》", "《Sing》", "《Walking In The Sun》", "《Selfish Jean》"
- ],
- [
- "Oasis", "《Wonderwall》", "《Liveforever》", "《Supersonic》", "《Stop Crying Your Heart Out》", "《Stand By Me》"
- ]
- ];
- var params = {
- x: <!--{echo $fx;}-->,
- y: <!--{echo $fy;}-->,
- angle: <!--{echo $fa;}-->,
- scale: <!--{echo $fs;}-->,
- bname: <!--{echo $fbname;}-->,
- mname: <!--{echo $fmname;}-->,
- fk: "<!--{echo $fk;}-->",
- fnick: "<!--{echo $fnick;}-->"
- };
-
- wx.config({
- debug: false,
- appId: "<!--{echo $we_appid;}-->",
- timestamp: <!--{echo $we_timestamp;}-->,
- nonceStr: "<!--{echo $we_nonceStr;}-->",
- signature: "<!--{echo $we_signature;}-->",
- jsApiList: ['onMenuShareTimeline',
- 'onMenuShareAppMessage', ]
- });
- wx.ready(function () {
- var shareConfig = {
- title: '测测代表你的英伦歌',
- desc: '测测代表你的英伦歌',
- link: window.location.href,
- imgUrl: "http://www.radio1964.com/static/ishow/img/title.png",
- };
- wx.onMenuShareAppMessage(shareConfig);
- wx.onMenuShareTimeline(shareConfig);
- wx.error(function (res) {
- alert(res.errMsg);
- });
- });
- </script>
- </head>
- <body>
- <img id="photo" src=""/>
- <script>
- var ele = document.getElementById('photo');
- ele.src = '/ishow/design/photo1?x=' + params.x + '&y=' + params.y + '&angle=' + params.angle +
- '&scale=' + params.scale + '&bname=' + params.bname + '&mname=' + params.mname + '&k=' + params.fk + '&fnick='
- + params.fnick;
- </script>
- </body>
- </html>
|