You've already forked qlg.frontend
'半路提交下'
This commit is contained in:
@ -98,6 +98,62 @@ mui.plusReady(function(){
|
||||
}
|
||||
})
|
||||
})
|
||||
$(".helpSaleConfirm").on("tap", function(){
|
||||
mui.openWindow({
|
||||
url: 'indent.html',
|
||||
id: 'mzgwaitConfirm',
|
||||
extras: {
|
||||
data_href: 'mzgwaitConfirm'
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
waiting: {
|
||||
autoShow: true, //自动显示等待框,默认为true
|
||||
title: '正在加载...', //等待对话框上显示的提示内容
|
||||
}
|
||||
})
|
||||
})
|
||||
$(".helpSalePaid").on("tap", function(){
|
||||
mui.openWindow({
|
||||
url: 'indent.html',
|
||||
id: 'mzgwaitPaid',
|
||||
extras: {
|
||||
data_href: 'mzgwaitPaid'
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
waiting: {
|
||||
autoShow: true, //自动显示等待框,默认为true
|
||||
title: '正在加载...', //等待对话框上显示的提示内容
|
||||
}
|
||||
})
|
||||
})
|
||||
$(".helpSaleUpload").on("tap", function(){
|
||||
mui.openWindow({
|
||||
url: 'indent.html',
|
||||
id: 'mzgwaitUpload',
|
||||
extras: {
|
||||
data_href: 'mzgwaitUpload'
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
waiting: {
|
||||
autoShow: true, //自动显示等待框,默认为true
|
||||
title: '正在加载...', //等待对话框上显示的提示内容
|
||||
}
|
||||
})
|
||||
})
|
||||
$(".helpSaleRecive").on("tap", function(){
|
||||
mui.openWindow({
|
||||
url: 'indent.html',
|
||||
id: 'mzgwaitReceive',
|
||||
extras: {
|
||||
data_href: 'mzgwaitReceive'
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
waiting: {
|
||||
autoShow: true, //自动显示等待框,默认为true
|
||||
title: '正在加载...', //等待对话框上显示的提示内容
|
||||
}
|
||||
})
|
||||
})
|
||||
$(".helpSaleCart").on("tap", function(){
|
||||
mui.openWindow({
|
||||
url: "shoppingcart.html",
|
||||
|
Reference in New Issue
Block a user