修改公众号微信登录授权未保存token的问题
This commit is contained in:
@ -80,7 +80,7 @@ const vuexStore = new Vuex.Store({
|
||||
actions: {
|
||||
getLocation({ state, commit }, force) {
|
||||
uni.getLocation({
|
||||
type: 'wgs84',
|
||||
type: 'gcj02',
|
||||
success: function (res) {
|
||||
console.log(res)
|
||||
commit("setLocation", {
|
||||
|
Reference in New Issue
Block a user