|
|
|
@ -596,7 +596,6 @@ const getImageList = () => { |
|
|
|
console.log('getImageList', res) |
|
|
|
console.log('getImageList', res) |
|
|
|
const data = res || [] |
|
|
|
const data = res || [] |
|
|
|
flag.value = data.flag |
|
|
|
flag.value = data.flag |
|
|
|
prodId.value = data.prod_id |
|
|
|
|
|
|
|
if (data.flag === 1) { |
|
|
|
if (data.flag === 1) { |
|
|
|
newGroup.value = data.next_group |
|
|
|
newGroup.value = data.next_group |
|
|
|
|
|
|
|
|
|
|
|
@ -857,6 +856,7 @@ const getOrderStat = () => { |
|
|
|
console.log('getOrderStat', res) |
|
|
|
console.log('getOrderStat', res) |
|
|
|
orderStat.value = res |
|
|
|
orderStat.value = res |
|
|
|
typeId.value = res.type_id |
|
|
|
typeId.value = res.type_id |
|
|
|
|
|
|
|
prodId.value = res.prod_id |
|
|
|
getSizeList() |
|
|
|
getSizeList() |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|