@@ -195,6 +195,15 @@ export default {
},
onLoad(query) {
this.query = query;
+ uni.getLocation({
+ type: 'gcj02',
+ success(res){
+ console.log(res)
+ },
+ fail(res){
+ }
+ })
// api.user.studentVipExamList().then((res) => {
// uni.setStorageSync("examRoom", res.rows);
// });