Commit 819e188e authored by 潘永坪's avatar 潘永坪

自助机

parent 75a9824b

14:54:02.006 未实现该方法或操作。:
17:09:32.921 未实现该方法或操作。:
在 LightFrame.Util.Converts.TypeConvert.XmlElementConvert.get_SourceType()
在 LightFrame.Util.Converts.ConvertCenter.<>c__DisplayClass6_0.<AddHandle>b__0()
在 LightFrame.Util.Threads.ThreadHelper.ExecuteCatch(DelegateEmpty vCode)
......@@ -11,17 +11,16 @@ $(function(){
Base.run(function () {
let cache = getCache();
let orderId = window.guojiOrderId;
window.guojiOrderId=""
Base.Request(url.pay, {
order: {
companyId: Base.config.companyId,
orderId: orderId
}
}, function (res) {
debugger;
let data = res.data || {};
let extend = data.extend || {};
let codeNoPdShow = parseInt(extend.codeNoPdShow||"");
console.log(codeNoPdShow)
if (!codeNoPdShow) {
showStatus("正在等待扫描...");
next();
......
......@@ -18,7 +18,7 @@
<img class="guojiCode" />
<div>
<span style="color: #FF0000;font-size: 40px;" class="IndexTime"></span>s
<!-- <span style="color: #FF0000;font-size: 40px;" class="IndexTime"></span>s -->
</div>
<div class="guojiBottom">
<span>技术支持</span>
......
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