对接支付优惠

This commit is contained in:
gyq
2025-03-11 09:10:49 +08:00
parent 5cf2355d28
commit 3df0cce9ec
31 changed files with 1527 additions and 846 deletions

View File

@@ -36,15 +36,10 @@ import { ipcRenderer } from 'electron';
import { useGoods } from '@/store/goods.js'
const goodsStore = useGoods()
const socket = useSocket();
const global = useGlobal();
const leftMenuRef = ref(null);
const store = useUser();
const route = useRoute();
const includeList = reactive([]);
@@ -177,6 +172,7 @@ onMounted(() => {
// 防止刷新页面长连接丢失
if (store.userInfo && store.userInfo.id) {
goodsStore.initGoods()
store.getShopInfo()
}
ipcRenderer.on('showCloseDialog', (event, arg) => {