Commit 5e90bd5b authored by v-yuchenglong's avatar v-yuchenglong

update:商品共计修改

parent fed93297
...@@ -625,7 +625,7 @@ export default { ...@@ -625,7 +625,7 @@ export default {
} else { } else {
res = await newGetOrderList(this.orderQueryObj); res = await newGetOrderList(this.orderQueryObj);
} }
this.goodsNum = res.count; // 商品共计 this.goodsNum = res.goods_num; // 商品共计
this.totalNum = res.count; // 商品总数 this.totalNum = res.count; // 商品总数
this.orderTableData = res.result; this.orderTableData = res.result;
} catch (error) { } catch (error) {
......
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