'!'
This commit is contained in:
@@ -39,8 +39,8 @@ const phoneList = ref<Array<PhoneListType>>([
|
|||||||
mobild: phoneData.operatorPhone2,
|
mobild: phoneData.operatorPhone2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'https://image.jxc4.com/image/8ac4b05dfef6b18639489d32cd421551.png',
|
icon: 'https://image.jxc4.com/image/06a27a6503a6695824bf361ded5f1d45.png',
|
||||||
company: '饿佰运营',
|
company: '淘宝闪购运营',
|
||||||
name: phoneData.operatorName3 || '暂无',
|
name: phoneData.operatorName3 || '暂无',
|
||||||
mobild: phoneData.operatorPhone3,
|
mobild: phoneData.operatorPhone3,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ function rightMainFn(props: any, emit: any) {
|
|||||||
if (item.storeSkuStatus) {
|
if (item.storeSkuStatus) {
|
||||||
skus.push({
|
skus.push({
|
||||||
skuID: item.id,
|
skuID: item.id,
|
||||||
|
stock:20, // 默认20个库存
|
||||||
isSale: 1
|
isSale: 1
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user