修改
This commit is contained in:
parent
1e095ef5f2
commit
d79df60e44
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user