...
|
...
|
@@ -5,7 +5,7 @@ const loading = require('../../plugin/loading'), |
|
|
require('../../common');
|
|
|
|
|
|
import {EventEmitter, api} from './store';
|
|
|
import qs from 'yoho-qs';
|
|
|
import appBridge from 'yoho-app';
|
|
|
|
|
|
|
|
|
const LeaveMSGView = function(elem) {
|
...
|
...
|
@@ -255,7 +255,8 @@ OrderListView.prototype = $.extend({}, EventEmitter.prototype, { |
|
|
api.fetchOrders(type).done(
|
|
|
result => {
|
|
|
let html = self.orderListT({
|
|
|
orders: result.data
|
|
|
orders: result.data,
|
|
|
isApp: appBridge.isApp
|
|
|
});
|
|
|
|
|
|
orderState.totalCount = result.data.length;
|
...
|
...
|
|