fix:修复bug
This commit is contained in:
@@ -3,8 +3,8 @@ import type { UserAddressBo } from '@/service/types';
|
||||
export const useAddressStore = defineStore('store-address', () => {
|
||||
const addressInfo = ref<UserAddressBo>({
|
||||
type: '',
|
||||
/** 配送类型 1 2 */
|
||||
deliveryType: '1',
|
||||
/** 配送类型 1-亲自送达 2-放门口,默认放门口 */
|
||||
deliveryType: '2',
|
||||
/** 配送说明 */
|
||||
deliveryRemark: '',
|
||||
/** 配送图片 */
|
||||
@@ -60,8 +60,8 @@ export const useAddressStore = defineStore('store-address', () => {
|
||||
addressInfo.value = {
|
||||
id: '',
|
||||
type: '',
|
||||
/** 配送类型 1 2 */
|
||||
deliveryType: '1',
|
||||
/** 配送类型 1-亲自送达 2-放门口,默认放门口 */
|
||||
deliveryType: '2',
|
||||
/** 配送说明 */
|
||||
deliveryRemark: '',
|
||||
/** 配送图片 */
|
||||
|
||||
Reference in New Issue
Block a user