Browse Source

add to local

stanley-king 8 years ago
parent
commit
e57ea2ac34
1 changed files with 4 additions and 4 deletions
  1. 4 4
      mobile/templates/default/bonus/ranklist.php

+ 4 - 4
mobile/templates/default/bonus/ranklist.php

@@ -120,7 +120,7 @@
                 bonus_output_rankitem($output['mine'],$output['mem_desc'],$mid);
             ?>
         </div>
-        <input type="hidden" id="list_sn" value="< <?php echo ($output['mine']['list_sn']); ?> >"/>
+        <input type="hidden" id="list_sn" value="<<?php echo ($output['mine']['list_sn']); ?>>"/>
         <div class="br"></div>
         <div class="list_ul text_c">
             <?php
@@ -258,7 +258,7 @@
             title: '一颗葡萄的自白', // 分享标
             desc: '一颗葡萄的自白',
             link: url,    //cookie读取
-            imgUrl: "http://a.lrlz.com/panda.jpg" ,// 分享图标
+            imgUrl: "http://a.lrlz.com/panda.png" ,// 分享图标
             trigger: function (res) { 	// 不要尝试在trigger中使用ajax异步请求修改本次分享的内容,因为客户端分享操作是一个同步操作,这时候使用ajax的回包会还没有返回
 
 
@@ -280,8 +280,8 @@
         wx.onMenuShareAppMessage({
             title: '一颗葡萄的自白', // 分享标
             desc: '一颗葡萄的自白',
-            link:"http://a.lrlz.com/olt/index.html",
-            imgUrl: "http://a.lrlz.com/olt/images/logo.jpg" ,// 分享图标
+            link:url,
+            imgUrl: "http://a.lrlz.com/panda.png" ,// 分享图标
             trigger: function (res) {
                 // 不要尝试在trigger中使用ajax异步请求修改本次分享的内容,因为客户端分享操作是一个同步操作,这时候使用ajax的回包会还没有返回
             },