Przeglądaj źródła

门店拜访时上传省市区信息

zhujindu 1 rok temu
rodzic
commit
fd6f7001bc

+ 1 - 1
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -441,7 +441,7 @@ export default {
       geocoder.getAddress({ location: location }).then(
         function (result) {
           var addresses = result.result.formatted_addresses;
-          conosle.log('result=' + JSON.stringify(result));
+          console.log('result=' + JSON.stringify(result));
           var params = {
             storeId: that.storeId,
             storeCode: that.storeCode,