Commit 3e014faf authored by yanzg's avatar yanzg

央视修改

parent 53e2de3f
......@@ -217,7 +217,7 @@ body{background-size: 100% 100%;}
.ermaiBottom a{width: 50%;text-align: center;line-height: 60px;color: #666666;}
.ermaiBottom a:nth-child(2){width: 50%;background:rgb(1,204,0);color: #FFFFFF;}
/*联合国际首页*/
.guojiBigbox {width:100%;height:100%;background: url(../../img/lhgj/lhgjBg.png) no-repeat;background-size:cover;text-align: center;}
.guojiBigbox {width:100%;height:100%;background: url(../../img/lhgj/lhgjBg.png) no-repeat;background-size:cover;text-align: center;min-width:1080px;min-height: 1920px;}
.guojiTop{padding-top:80px;margin-bottom: 58px;}
.guojiTopImg{width: 147px;height: 147px;}
.guojiBtn{font-size: 52px;font-weight: bold;line-height: 109px;color: #FFFFFF;display: inline-block;width: 622px;height: 109px;background: #00CC8C;box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);border-radius: 12px;}
......
......@@ -42,18 +42,18 @@ $(function(){
showStatus("正在等待扫描...");
next();
if(hisCodeNoPd != codeNoPd){
hisCodeNoPd = codeNoPd;
// 调用C#方法,生成二维码返回路径,根据路径进行操作
hard.__execute("ReleaseQR", {
Code: codeNoPd
}, function (res) {
debugger;
if (!res) {
showError({msg: "生成二维码错误,返回路径为空"});
return;
}
hisCodeNoPd = codeNoPd;
$("#lhgjGetSuccessImg").attr("src","").attr("src",res);
}, function (res) {
hisCodeNoPd = "";
showError(res);
});
}
......@@ -77,7 +77,6 @@ $(function(){
// 返回根据缓存加载数据的方法
setPageLoad(function (cache, $page) {
debugger;
let res = Base.getRes(cache.data);
if (res.error) {
showError(res);
......
......@@ -5,7 +5,7 @@ $(function(){
let $sortEnd=$body.find(".sortEnd")
let $sortNumber=$body.find(".sortNumber")
let url = {
sortLoad: Base.getOrderUrl("sort/load"),
sortLoad: Base.getOrderUrl("sort/load"),//取号
sortSave: Base.getOrderUrl("sort/save"),
getRangeList: Base.getStoreUrl("sort/time/batchQuery")
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment