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
33dce106
Commit
33dce106
authored
Dec 09, 2021
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自助机bug修复
parent
32ea1453
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
20211209.log
nwjs-sdk-v0.23.7-win-x64/Config/Temp/Log/20211209.log
+1
-1
getSuccess.js
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/getSuccess.js
+0
-1
scanCode.js
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/scanCode.js
+2
-0
workScanCode.js
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/workScanCode.js
+3
-1
No files found.
nwjs-sdk-v0.23.7-win-x64/Config/Temp/Log/20211209.log
View file @
33dce106
1
0:46:59.224
未实现该方法或操作。:
1
4:46:30.199
未实现该方法或操作。:
在 LightFrame.Util.Converts.TypeConvert.XmlElementConvert.get_SourceType()
在 LightFrame.Util.Converts.TypeConvert.XmlElementConvert.get_SourceType()
在 LightFrame.Util.Converts.ConvertCenter.<>c__DisplayClass6_0.<AddHandle>b__0()
在 LightFrame.Util.Converts.ConvertCenter.<>c__DisplayClass6_0.<AddHandle>b__0()
在 LightFrame.Util.Threads.ThreadHelper.ExecuteCatch(DelegateEmpty vCode)
在 LightFrame.Util.Threads.ThreadHelper.ExecuteCatch(DelegateEmpty vCode)
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/getSuccess.js
View file @
33dce106
...
@@ -11,7 +11,6 @@ $(function(){
...
@@ -11,7 +11,6 @@ $(function(){
Base
.
run
(
function
()
{
Base
.
run
(
function
()
{
let
cache
=
getCache
();
let
cache
=
getCache
();
let
orderId
=
window
.
guojiOrderId
;
let
orderId
=
window
.
guojiOrderId
;
window
.
guojiOrderId
=
""
Base
.
Request
(
url
.
pay
,
{
Base
.
Request
(
url
.
pay
,
{
order
:
{
order
:
{
companyId
:
Base
.
config
.
companyId
,
companyId
:
Base
.
config
.
companyId
,
...
...
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/scanCode.js
View file @
33dce106
...
@@ -67,6 +67,7 @@ $(function(){
...
@@ -67,6 +67,7 @@ $(function(){
orderId
:
orderId
,
orderId
:
orderId
,
visitors
:
loadData
.
visitors
||
[]
visitors
:
loadData
.
visitors
||
[]
};
};
window
.
guojiOrderId
=
""
window
.
guojiOrderId
=
orderId
window
.
guojiOrderId
=
orderId
let
visitor
=
req
.
visitors
[
0
]
||
{};
let
visitor
=
req
.
visitors
[
0
]
||
{};
visitor
.
visitorMobile
=
order
.
mobile
;
visitor
.
visitorMobile
=
order
.
mobile
;
...
@@ -84,6 +85,7 @@ $(function(){
...
@@ -84,6 +85,7 @@ $(function(){
return
;
return
;
}
}
showWaitWelcome
(
null
,
"/page/lhgj/getSuccess.html"
);
showWaitWelcome
(
null
,
"/page/lhgj/getSuccess.html"
);
window
.
guojiSuccessImg
=
""
window
.
guojiSuccessImg
=
res
window
.
guojiSuccessImg
=
res
// pay.PayCodeUrl = res;
// pay.PayCodeUrl = res;
},
function
(
res
)
{
},
function
(
res
)
{
...
...
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/workScanCode.js
View file @
33dce106
...
@@ -68,7 +68,8 @@ $(function(){
...
@@ -68,7 +68,8 @@ $(function(){
let
data
=
res
.
data
||
{};
let
data
=
res
.
data
||
{};
let
extend
=
data
.
extend
||
{};
let
extend
=
data
.
extend
||
{};
let
codeNoPd
=
extend
.
codeNoPd
||
""
;
let
codeNoPd
=
extend
.
codeNoPd
||
""
;
window
.
guojiOrderId
=
data
.
ordar
.
orderId
||
""
window
.
guojiOrderId
=
""
window
.
guojiOrderId
=
data
.
order
.
orderId
||
""
// 调用C#方法,生成二维码返回路径,根据路径进行操作
// 调用C#方法,生成二维码返回路径,根据路径进行操作
hard
.
__execute
(
"ReleaseQR"
,
{
hard
.
__execute
(
"ReleaseQR"
,
{
Code
:
codeNoPd
Code
:
codeNoPd
...
@@ -78,6 +79,7 @@ $(function(){
...
@@ -78,6 +79,7 @@ $(function(){
return
;
return
;
}
}
showWaitWelcome
(
null
,
"/page/lhgj/getSuccess.html"
);
showWaitWelcome
(
null
,
"/page/lhgj/getSuccess.html"
);
window
.
guojiSuccessImg
=
""
window
.
guojiSuccessImg
=
res
window
.
guojiSuccessImg
=
res
// pay.PayCodeUrl = res;
// pay.PayCodeUrl = res;
...
...
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