|
|
@@ -153,7 +153,7 @@ const orderTypeStepList = computed(() => {
|
|
|
const orderType = shallowRef(orderTypeStepList.value.filter((e) => e.show)[0]?.value)
|
|
|
|
|
|
// 商品信息
|
|
|
-const goodsList = shallowRef<Model.GoodsQuote[]>()
|
|
|
+const goodsList = shallowRef<Model.GoodsQuote[]>([])
|
|
|
// 默认选择第一个全款下的第一个商品
|
|
|
const goodsid = shallowRef(0)
|
|
|
const quote = shallowRef<Model.GoodsQuote>()
|