|
@@ -8604,19 +8604,19 @@ window.Modernizr = function(n, e, t) {
|
|
|
function s(e, t) {
|
|
|
setTimeout(function() {
|
|
|
if (h.isHelpEnabled()) {
|
|
|
- // if (t(),
|
|
|
- // u.init(),
|
|
|
- // C.addClass("fadeIn landing " + u.deviceType),
|
|
|
- // h.isSmallHelpEnabled())
|
|
|
- // return void C.addClass("small");
|
|
|
- // u.fill(I, d.LANDING[E]),
|
|
|
- // C.addClass(E)
|
|
|
+ if (t(),
|
|
|
+ u.init(),
|
|
|
+ C.addClass("fadeIn landing " + u.deviceType),
|
|
|
+ h.isSmallHelpEnabled())
|
|
|
+ return void C.addClass("small");
|
|
|
+ u.fill(I, d.LANDING[E]),
|
|
|
+ C.addClass(E)
|
|
|
}
|
|
|
}, e)
|
|
|
//csz 用户引导界面
|
|
|
var helpData = {
|
|
|
- "pc":["static/images/pc_step1.png","static/images/pc_step2.png","static/images/pc_step3.png"],
|
|
|
- "mobile":["static/images/phone_step1.png","static/images/phone_step2.png","static/images/phone_step3.png"]
|
|
|
+ "pc":["static/images/pc_step1.png","static/images/pc_step2.png"],
|
|
|
+ "mobile":["static/images/phone_step1.png","static/images/phone_step2.png"]
|
|
|
}
|
|
|
var navIcon = $(".nav-icon .icon");
|
|
|
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) navIcon.attr("src",helpData.mobile[0]);
|
|
@@ -15154,7 +15154,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
window.wx && manage.weixinShare();
|
|
|
//初始画面
|
|
|
- data.camera_start && data.camera_start.thumbImg && E(data.camera_start.thumbImg)
|
|
|
+ // data.camera_start && data.camera_start.thumbImg && E(data.camera_start.thumbImg)
|
|
|
function E(e) {
|
|
|
$("<img/>").attr("src", e).on("load", function() {
|
|
|
$("#gui-thumb").css("backgroundImage", "url(" + e + ")").fadeIn(500),
|