This commit is contained in:
曹辉 2023-04-11 14:38:28 +08:00
parent 1e095ef5f2
commit d79df60e44

View File

@ -77,6 +77,7 @@ const store = new Vuex.Store({
//护理站
//预约订单拒绝消息通知
integralopenPopup(contxt) {
const personRoleLoginFlag = uni.getStorageSync('personRoleLoginFlag');
wx.getSetting({
withSubscriptions: true,
success(res) {
@ -92,7 +93,6 @@ const store = new Vuex.Store({
},
//预约订单接受消息通知
openPopup(contxt) {
const personRoleLoginFlag = uni.getStorageSync('personRoleLoginFlag');
wx.getSetting({
withSubscriptions: true,
success(res) {