bug
This commit is contained in:
@@ -354,7 +354,7 @@ const store = new Vuex.Store({
|
||||
})
|
||||
},
|
||||
selectPrivilegedContact(state, params) {
|
||||
return new Promise(resolve => {
|
||||
return new Promise((resolve, reject) => {
|
||||
state.dispatch("injectJWeixin", "selectPrivilegedContact").then(() => {
|
||||
setTimeout(() => {
|
||||
let sdk = typeof wx?.invoke == 'function' ? wx : jWeixin
|
||||
|
||||
Reference in New Issue
Block a user