Authored by 沈志敏

fix bug

... ... @@ -364,4 +364,4 @@ const yoho = {
}
};
module.exports = yoho;
\ No newline at end of file
module.exports = yoho;
... ...
... ... @@ -195,7 +195,7 @@
this.options.unshift({
id: 0,
reason: '请选择'
})
});
}
}
}).fail(() => {
... ... @@ -303,7 +303,7 @@
orderid: order.orderCode,
amount: order.amount,
orderDesc: orderDesc.join(','),
type: "orderDetail"
type: 'orderDetail'
}, () => {
this.reload();
yoho.store.set('orderReload', true);
... ...
... ... @@ -170,7 +170,7 @@
this.options.unshift({
id: 0,
reason: '请选择'
})
});
}
}
}).fail(() => {
... ... @@ -280,7 +280,7 @@
orderid: order.orderCode,
amount: order.amount,
orderDesc: orderDesc.join(','),
type: "orderList"
type: 'orderList'
}, () => {
this.reload();
});
... ...