LtyhShop/pc/pages/merchant/defaultMerchant.ts

34 lines
530 B
TypeScript
Raw Normal View History

2025-04-09 14:59:26 +08:00
/**
*
*/
export const merchantFormDefault = () => {
return {
captcha: '',
categoryId: null,
handlingFee: 0,
name: '',
phone: '',
qualificationPicture: '',
realName: '',
typeId: null,
keywords: '',
}
}
/**
*
*/
export const merchantProductSeachDefault = () => {
return {
keyword: '',
priceOrder: '',
salesOrder: '',
page: 1,
limit: 20,
cid: null,
merId: null,
minPrice: null,
maxPrice: null,
}
}