diff --git a/src/api/types.d.ts b/src/api/types.d.ts index 2c93827..f6ff7b8 100644 --- a/src/api/types.d.ts +++ b/src/api/types.d.ts @@ -16,6 +16,7 @@ export interface IArticleData { export interface IShopData { _id?: string + sid?: string name: string createdAt?: Date areaCode?: number diff --git a/src/views/shop/edit.vue b/src/views/shop/edit.vue index 7778e78..80e42ba 100644 --- a/src/views/shop/edit.vue +++ b/src/views/shop/edit.vue @@ -29,6 +29,13 @@ /> + + {{postForm.sid}} + - + + +