|
@@ -959,6 +959,11 @@ $("select[name=country]").change(function(){
|
|
|
crcol();
|
|
crcol();
|
|
|
});
|
|
});
|
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
|
|
|
+
|
|
|
|
|
+//预加载choice 解决首次访问白屏的问题
|
|
|
|
|
+$.get('/choice/1');
|
|
|
|
|
+$.get('/choice/2');
|
|
|
|
|
+
|
|
|
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"]}';
|
|
|
if(eid == '2' || eid == '64')//联邦的话替换签名选项
|
|
if(eid == '2' || eid == '64')//联邦的话替换签名选项
|