Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
N
nwjs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
nwjs
Commits
3e014faf
Commit
3e014faf
authored
Dec 10, 2021
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
央视修改
parent
53e2de3f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
common.css
nwjs-v0.25.2-win-ia32/TubidaNewSale/css/common.css
+1
-1
getSuccess.js
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/getSuccess.js
+2
-3
scanCode.js
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/scanCode.js
+1
-1
No files found.
nwjs-v0.25.2-win-ia32/TubidaNewSale/css/common.css
View file @
3e014faf
...
...
@@ -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
;}
...
...
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/getSuccess.js
View file @
3e014faf
...
...
@@ -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
);
...
...
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/scanCode.js
View file @
3e014faf
...
...
@@ -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"
)
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment