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