Commit ea921c13 by 王昆

gsb

parent d3c2fa64
......@@ -18,7 +18,7 @@ class OrderService extends ServiceBase {
async orders(params) {
var rs = await this.callms("order", "orderDelivers", params);
if (rs.status === 0) {
if (rs.status === 0 && rs.data) {
await this.setUcUser(rs.data.rows);
await this.transfields(rs.data.rows);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment