Commit 33dce106 authored by 潘永坪's avatar 潘永坪

自助机bug修复

parent 32ea1453
 
10:46:59.224 未实现该方法或操作。: 14: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)
...@@ -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,
......
...@@ -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) {
......
...@@ -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;
......
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