问题修复

This commit is contained in:
2025-11-27 19:01:45 +08:00
parent 3bb09ef0b1
commit fd55c815d3
11 changed files with 83 additions and 42 deletions

View File

@@ -16,7 +16,11 @@ export const useAccountStore = defineStore("account", {
loginType: "",
};
},
getters: {},
getters: {
isPayAfter(state){
return state.shopInfo.registerType==='after'?true:false
}
},
actions: {
//获取员工信息
async getShopStaffInfo() {