| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | 
							- <div class="v_block"></div>
 
- <{if !$cutScreenInfo}>
 
- <!--nav begin-->
 
- <div class="v_nav">
 
- 	<dl <{if $action != 'gift'}>class="on"<{/if}>>
 
-     	<a href="<{$listUrl}>">
 
-         <dt>
 
-         	<p class="d"><img src="<{$platform.home_img_url}>"></p>
 
-             <p class="c"><img src="<{$platform.home_img_url_hover}>"></p>
 
-         </dt>
 
-         <dd><{$platform.home_img_text}></dd>
 
-         </a>
 
-     </dl>    
 
-     <dl <{if $action == 'gift'}>class="on"<{/if}>>
 
-     	<a href="<{$giftsUrl}>">
 
-     	<dt>
 
-         	<p class="d"><img src="<{$platform.gift_img_url}>"></p>
 
-             <p class="c"><img src="<{$platform.gift_img_url_hover}>"></p>
 
-         </dt>
 
-         <dd><{$platform.gift_img_text}></dd>
 
-         </a>
 
-     </dl>
 
-     <dl>
 
-     	<a href="<{$platform.follow_url}>" target="_blank">
 
-     	<dt>
 
-         	<p class="d"><img src="<{$platform.follow_img_url}>"></p>
 
-             <p class="c"><img src="<{$platform.follow_img_url_hover}>"></p>
 
-         </dt>
 
-         <dd><{$platform.follow_img_text}></dd>
 
-         </a>
 
-     </dl>
 
-     <!--<dl>
 
-     	<a href="#">
 
-     	<dt>
 
-         	<p class="d"><img src="<{$web_cfg.cdn}>/public/static/img/nav_icon_4.png"></p>
 
-             <p class="c"><img src="<{$web_cfg.cdn}>/public/static/img/nav_icon_4_on.png"></p>
 
-         </dt>
 
-         <dd>分享</dd>
 
-         </a>
 
-     </dl>-->
 
- </div>
 
- <!--nav end-->
 
- <{/if}>
 
- <{if !$notShowWeixinShare && !$weixinShare.notAllow}>
 
- <script type="text/javascript">
 
- var URL = window.location.href, site;
 
- site = 1;
 
- <{if $weixinShare.weixinShare_title }>
 
- new brickjs.MShare({
 
- 	website : 'sg',
 
-     site: site,
 
-     catalog: "",
 
-     sUrl: "<{$web_cfg.url}>", //分享地址
 
-     title: "<{$weixinShare.title}>",
 
-     imgUrl: "<{$weixinShare.imgUrl}>",
 
-     imgWidth: "640",
 
-     imgHeight: "640",
 
-     source_id : 1,
 
-     source_table : 'onepage',
 
-     desc: "<{$weixinShare.content}>",
 
-     appKey: {
 
-         tsina: "2412621184"
 
-     },
 
-     ralateUid: '1658402750',
 
-     wxGuide: {
 
-         imgUrl: '<{$weixinShare.imgUrl}>',
 
-         width: 100,
 
-         height: 100,
 
-         style: {
 
-             right: 0,
 
-             top: 0
 
-         }
 
-     }
 
- });
 
- <{else}>
 
- new brickjs.MShare({
 
- 	website : 'sg',
 
-     site: site,
 
-     catalog: "",
 
-     sUrl: "<{if $weixinShare.jump_url}><{$weixinShare.jump_url}><{else}><{$web_cfg.url}><{/if}>", //分享地址
 
-     title: "<{if $weixinShare.title}><{$weixinShare.title}><{else}><{$platform.weixinShare_title}><{/if}>",
 
-     imgUrl: "<{if $weixinShare.imgUrl}><{$weixinShare.imgUrl}><{else}><{$platform.weixinShare_img_url}><{/if}>",
 
-     imgWidth: "640",
 
-     imgHeight: "640",
 
-     source_id : 1,
 
-     source_table : 'onepage',
 
-     desc: "<{if $weixinShare.content}><{$weixinShare.content}><{else}><{$platform.weixinShare_content}><{/if}>",
 
-     appKey: {
 
-         tsina: "2412621184"
 
-     },
 
-     ralateUid: '1658402750',
 
-     wxGuide: {
 
-         imgUrl: '<{if $weixinShare.imgUrl}><{$weixinShare.imgUrl}><{else}><{$platform.weixinShare_img_url}><{/if}>',
 
-         width: 100,
 
-         height: 100,
 
-         style: {
 
-             right: 0,
 
-             top: 0
 
-         }
 
-     }
 
- });
 
- <{/if}>
 
- </script>
 
- <{else}>
 
- <script>
 
- //关闭分享按钮
 
- wx.hideOptionMenu();
 
- </script>
 
- <{/if}>
 
- </body>
 
- </html>
 
 
  |