Merge branch 'master' of http://192.168.0.105:10010/r/zhba_app_ys
| | |
| | | z-index: 1; |
| | | } |
| | | |
| | | .uploadLocation { |
| | | position: fixed; |
| | | bottom: 10px; |
| | | width: 100%; |
| | | z-index: 100; |
| | | text-align: center; |
| | | } |
| | | |
| | | #mapVue { |
| | | overflow: hidden; |
| | | /* border: solid 1px springgreen; */ |
| | |
| | | width: 70%; |
| | | } |
| | | .b-r-i-o-ups{ |
| | | /* align-items: center; */ |
| | | /* align-items: center; |
| | | |
| | | |
| | | } |
| | | } */ |
| | | .b-r-m-i-o-c-img { |
| | | width: 50px; |
| | | height: 50px; |
| | |
| | | position: relative; |
| | | left: calc(50% - 40px); |
| | | } |
| | | */ .butc { |
| | | .butc { |
| | | /* border: 1px solid #4D7CEE; */ |
| | | } |
| | | .b-b-img { |
| | |
| | | height: 40px; |
| | | display: block; |
| | | /* border: 1px solid #4D7CEE; */ |
| | | } |
| | | } |
| | |
| | | geolocation: null |
| | | }, |
| | | methods: { |
| | | uplcation() { |
| | | var that = this; |
| | | this.$message({ |
| | | showClose: true, |
| | | message: '位置上传中,请稍等' |
| | | }); |
| | | |
| | | setTimeout(function() { |
| | | that.$message({ |
| | | showClose: true, |
| | | type: 'success', |
| | | message: '上传成功' |
| | | }); |
| | | }, 3000); |
| | | }, |
| | | |
| | | beginCome() { |
| | | var resultData = [] |
| | |
| | | <div class="dingwei" @click="locationMap"> |
| | | <img style="width: 80%;height: 80%;" src="./img/dingwei.png" alt=""> |
| | | </div> |
| | | <div class="uploadLocation"> |
| | | <el-button @click="uplcation" type="primary">上传位置</el-button> |
| | | </div> |
| | | <div id="map"> |
| | | |
| | | </div> |