This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wap-blank"> | |
<div class="blank-logo"></div> | |
<h5 class="blank-status">正在载入<span class="one">.</span><span class="two">.</span><span class="three">.</span></h5> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="c-nav-w"> | |
<div class="c-nav-s"> | |
<a class="c-btn c-btn-aw" href="http://jhs.m.taobao.com">返回</a> | |
</div> | |
<div class="c-nav-c">达人团</div> | |
<div class="c-nav-e"></div> | |
</div> | |
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="c-nav-w"> | |
<div class="c-nav-s"> | |
<a class="c-btn c-btn-aw" href="http://jhs.m.taobao.com">返回</a> | |
</div> | |
<div class="c-nav-c">达人团</div> | |
<div class="c-nav-e"></div> | |
</div> | |
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require(['zepto','mustache', 'mtopSDK', 'imgAdapter', 'itemUri', 'text!template/weijuItem.html'], function(zepto, Mustache, mtopSDK, imgAdapter,itemUri, weijuItemTpl) { | |
var IMG_SIZE = imgAdapter.getImageSize(); | |
var totalPage = 1; | |
var pageNum = 0; | |
var hasInit = false; | |
var Hooker = (function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="zh-CN"> | |
<head> | |
<meta charset="GBK"/> | |
<title>聚宝盆</title> | |
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/> | |
<meta content="yes" name="apple-mobile-web-app-capable"/> | |
<meta content="black" name="apple-mobile-web-app-status-bar-style"/> | |
<meta name="format-detection" content="telephone=no"/> | |
<link href="http://g.tbcdn.cn/ju/wap/1.0.2/icon/icon144.png" rel="apple-touch-icon-precomposed"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#data}} | |
<li> | |
<a href="{{{detailUrl}}}"> | |
<div class="item-pic"><img src="{{picWideUrl}}" width="120" height="80" class=""></div> | |
<div class="item-info"> | |
<h3 class="good-name">{{{subName}}}</h3> | |
<div class="pirce"> | |
<b class="promote-price">¥{{activityPrice}}</b> | |
<span class="cost-price">¥<del>{{originalPrice}}</del></span> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="zh-CN"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>聚达人</title> | |
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/> | |
<meta content="yes" name="apple-mobile-web-app-capable"/> | |
<meta content="black" name="apple-mobile-web-app-status-bar-style"/> | |
<meta name="format-detection" content="telephone=no"/> | |
<meta name="apple-itunes-app" content="app-id=534159732"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="zh-CN"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>聚达人</title> | |
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/> | |
<meta content="yes" name="apple-mobile-web-app-capable"/> | |
<meta content="black" name="apple-mobile-web-app-status-bar-style"/> | |
<meta name="format-detection" content="telephone=no"/> | |
<meta name="apple-itunes-app" content="app-id=534159732"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function showSpm(){ | |
return 1000926; //刚才生成的SPM-ID | |
} | |
$session_id = htmlspecialchars($__COOKIE["cookie2"]); | |
?> | |
<script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-1.8.0.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;(function (window, document) { | |
function Shake() { | |
this.hasDeviceMotion = 'ondevicemotion' in window; | |
this.threshold = 5; |