123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
-
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
- {php echo register_jssdk(false);}
- <title>{$_W['account']['name']}支付中心</title>
- <link rel="stylesheet" href="../addons/qidong_app/WeUI_files/weui.css">
- <link rel="stylesheet" href="../addons/qidong_app/WeUI_files/sample.css">
- <style>.alsp{ text-align:center;font-family:"楷体"; font-size:26px; background-color:OldLace;}</style>
- <script>
- wx.ready(function () {
- sharedata = {
- title: '{$title}',
- desc: '{$description}',
- link: '{$_W['siteurl']}&fromopenid={$openid}',
- imgUrl: '{$_W['uniaccount']['logo']}',
- success: function(){
- alert('分享成功!');
- },
- cancel: function(){
-
- }
- };
- wx.onMenuShareAppMessage(sharedata);
- });
- </script>
-
- </head>
- <body style="background-image:url({$bakimg})">
- <div style="border: 0px solid #000000; margin: 10 auto;width=80%">
-
-
- {if $payimg<>''}
- <div class="alsp"> <img width="100%" src="{$_W['attachurl']}{$payimg}"/> </div><br>
- {else}
- <div class="alsp"> {$_W['account']['name']}支付中心</div><br>
- <div style="text-align:center"> <img width="100" height="100" src="{$_W['uniaccount']['logo']}"> </div>
- {/if}
- <div class="alsp"><font color=red>{$msg}</font></div><br>
- {loop $navmsg $index $items}
- <br>
- <div class="weui-flex"><br>
- <div><div class="placeholder">    </div></div>
- <div class="weui-flex__item"><div class="placeholder">
- <button type="button" onclick="javascript:window.location='{php echo $this->createMobileUrl('pay');}&jsonid={$jsonid}&money={$items['jiage']}&title={$items['title']}'" class="weui-btn weui-btn_primary">{$items['title']}({$items['jiage']}元) </button>
- </div></div>
- <div><div class="placeholder">   </div></div>
- </div>
-
- {/loop}
-
- <br>
-
- <div class="weui-footer weui-footer_fixed-bottom">
- <p class="weui-footer__links">
- <a href="javascript:window.location='tel:{$webcall}';" class="weui-footer__link">{$webcall}</a>
- </p>
- <p class="weui-footer__text"></p>
- </div>
-
-
- </div>
- {if $kefuid<>''}
- <script src="{$_W['siteroot']}/addons/qidong_app_plugin_wx/json/{$kefuid}.js"></script>
-
- {/if}
-
- {if count($fromlist)>0}
- <div class="alsp"><font color=red>您有{php echo count($fromlist)}个粉丝</font></div>
- {loop $fromlist $index $items}
- {if $items['avartar']<>''}
- <img style=' border-radius: 50%;' width="50" src="{$items['avartar']}" />
- {else}
-
- {/if}
- {/loop}
- {/if}
-
- </body>
- </html>
-
|