You've already forked qlg.frontend
'助购列表页面功能实现'
This commit is contained in:
16
js/indent.js
16
js/indent.js
@ -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, {
|
||||
|
Reference in New Issue
Block a user