'半路提交下'
This commit is contained in:
parent
eee5585f4a
commit
b79cb9b77f
12
js/indent.js
12
js/indent.js
@ -44,6 +44,18 @@ mui.plusReady(function() {
|
||||
if(data_href == 'zgabnormal') {
|
||||
$('.title').html('助购吧退款售后');
|
||||
}
|
||||
if(data_href == 'mzgwaitConfirm') {
|
||||
$('.title').html('我的助购吧待确认');
|
||||
}
|
||||
if(data_href == 'mzgwaitPaid') {
|
||||
$('.title').html('我的助购吧待付款');
|
||||
}
|
||||
if(data_href == 'mzgwaitUpload') {
|
||||
$('.title').html('我的助购吧待上传凭证');
|
||||
}
|
||||
if(data_href == 'mzgwaitReceive') {
|
||||
$('.title').html('我的助购吧待收货');
|
||||
}
|
||||
localStorage.setItem('order_class', data_href);
|
||||
var bSize = 64 + (+localStorage.getItem('ipxSizeTop')) + 'px';
|
||||
var sub = plus.webview.create('indentcon.html', data_href, {
|
||||
|
@ -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",
|
||||
|
@ -75,21 +75,21 @@
|
||||
<p>待确认</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mydata-table-view-cell waitDeliver ">
|
||||
<div class="mydata-table-view-cell helpSalePaid ">
|
||||
<a href="javascript:;">
|
||||
<div class="orderimg">
|
||||
<img src="../img/daifukuan.png" /></div>
|
||||
<p>待付款</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mydata-table-view-cell friends">
|
||||
<div class="mydata-table-view-cell helpSaleUpload">
|
||||
<a href="javascript:;">
|
||||
<div class="orderimg">
|
||||
<img src="../img/pengyou.png" /></div>
|
||||
<p>待上传</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mydata-table-view-cell zhuweiba">
|
||||
<div class="mydata-table-view-cell helpSaleRecive">
|
||||
<a href="javascript:;">
|
||||
<div class="orderimg">
|
||||
<img src="../img/weiba.png" /></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user