'助购列表页面功能实现'

This commit is contained in:
2019-09-23 15:07:29 +08:00
parent cda15842da
commit 0422d4982c
7 changed files with 135 additions and 30 deletions

@ -13,7 +13,6 @@ mui.plusReady(function() {
var data_href = self.data_href;
if(data_href == 'all') {
$('.title').html('全部订单');
}
if(data_href == 'waitPay') {
$('.title').html('待付款');
@ -30,6 +29,21 @@ mui.plusReady(function() {
if(data_href == 'abnormal') {
$('.title').html('退款/售后');
}
if(data_href == 'zgall') {
$('.title').html('助购吧全部订单');
}
if(data_href == 'zgwaitDeliver') {
$('.title').html('助购吧待发货');
}
if(data_href == 'zgwaitReceive') {
$('.title').html('助购吧待收货');
}
if(data_href == 'zgwaitAppraise') {
$('.title').html('助购吧待评价');
}
if(data_href == 'zgabnormal') {
$('.title').html('助购吧退款售后');
}
localStorage.setItem('order_class', data_href);
var bSize = 64 + (+localStorage.getItem('ipxSizeTop')) + 'px';
var sub = plus.webview.create('indentcon.html', data_href, {