@@ -842,7 +842,7 @@ export default {
},
activated() {
// 授权
- getTicketFun().then(() => {
+ getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {
this.$nextTick(() => {
this.getLocation();
});