修复:开发测试问题修改
This commit is contained in:
@@ -143,9 +143,9 @@ interface Props {
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
goodsList: () => [],
|
||||
userInfo: () => ({}),
|
||||
allowPointPay: true,
|
||||
orderType: 'order',
|
||||
backStep: 1
|
||||
allowPointPay: () => false,
|
||||
orderType: () => '',
|
||||
backStep: () => 1
|
||||
})
|
||||
|
||||
// 订单备注
|
||||
|
||||
Reference in New Issue
Block a user