Commit ba86c82f authored by pengyunqian's avatar pengyunqian

update:订单

parent 9c1a74c7
......@@ -630,11 +630,6 @@ export default {
// 获取订单列表
async getOrderListMet() {
// console.log(this.$route.query.marketing_type);
// console.log(this.$route.query.marketing_id);
if(this.$route.query.marketing_type == "4"){
this.orderQueryObj.marketing_id = this.$route.query.marketing_id;
}
try {
const res = await getOrderList(this.orderQueryObj);
this.goodsNum = res.goods_num; // 商品共计
......
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