|
@@ -963,6 +963,7 @@ $(document).ready(function() {
|
|
|
//预加载choice 解决首次访问白屏的问题
|
|
//预加载choice 解决首次访问白屏的问题
|
|
|
$.get('/choice/1');
|
|
$.get('/choice/1');
|
|
|
$.get('/choice/2');
|
|
$.get('/choice/2');
|
|
|
|
|
+$('<iframe>', {src:'/choice/1', style:'display:none;width:0;height:0;'}).appendTo('body');
|
|
|
|
|
|
|
|
var eid = $("select[name='express']").children("option:selected").val();
|
|
var eid = $("select[name='express']").children("option:selected").val();
|
|
|
var jsxz = '{$fullorder["js"]}';
|
|
var jsxz = '{$fullorder["js"]}';
|