问题修复
This commit is contained in:
@@ -16,7 +16,11 @@ export const useAccountStore = defineStore("account", {
|
||||
loginType: "",
|
||||
};
|
||||
},
|
||||
getters: {},
|
||||
getters: {
|
||||
isPayAfter(state){
|
||||
return state.shopInfo.registerType==='after'?true:false
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
//获取员工信息
|
||||
async getShopStaffInfo() {
|
||||
|
||||
Reference in New Issue
Block a user