|
@@ -225,9 +225,9 @@ const handledUpload = () => {
|
|
|
// }
|
|
|
uni.getSetting({
|
|
|
success: (res) => {
|
|
|
- if (!res.authSetting["scope.address"]) {
|
|
|
+ if (!res.authSetting["scope.userLocation"]) {
|
|
|
uni.authorize({
|
|
|
- scope: "scope.address",
|
|
|
+ scope: "scope.userLocation",
|
|
|
success() {
|
|
|
console.log("1111111111111111111");
|
|
|
|