H5端开店增加获取当前店铺位置
This commit is contained in:
@@ -11,6 +11,8 @@ export type StoreCreateForm = {
|
||||
name: string;
|
||||
phone: string;
|
||||
address: string;
|
||||
latitude?: number | null;
|
||||
longitude?: number | null;
|
||||
intro?: string;
|
||||
openTime?: string;
|
||||
closeTime?: string;
|
||||
|
||||
Reference in New Issue
Block a user