定位
This commit is contained in:
@@ -35,14 +35,7 @@ export default {
|
||||
this.params = e.params
|
||||
this.component = e.type
|
||||
},
|
||||
// tabClick(index, component) {
|
||||
// this.tabIndex = index
|
||||
// this.component = component
|
||||
// this.refresh = false
|
||||
// this.$nextTick(() => {
|
||||
// this.refresh = true
|
||||
// })
|
||||
// },
|
||||
|
||||
isGirdUser() {
|
||||
this.isAdmin = false
|
||||
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
<span>转交事件</span>
|
||||
</div>
|
||||
|
||||
<!-- <div class="btn" v-if="this.status == 2" @click="confirm">
|
||||
<div class="btn" v-if="this.status == 2" @click="confirm">
|
||||
<span>拒绝受理</span>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="btn" v-if="this.status == 3" @click="confirm">
|
||||
<span>我已办结</span>
|
||||
|
||||
@@ -142,10 +142,9 @@ export default {
|
||||
})
|
||||
},
|
||||
getStaticList() {
|
||||
this.$http.post('/app/appclapeventgroup/list').then((res) => {
|
||||
console.log(111);
|
||||
console.log(res);
|
||||
})
|
||||
// this.$http.post('/app/appclapeventgroup/list').then((res) => {
|
||||
// console.log(res);
|
||||
// })
|
||||
},
|
||||
// 切换类型
|
||||
changeType(e) {
|
||||
|
||||
@@ -137,8 +137,6 @@
|
||||
girdName: '',
|
||||
flow: '',
|
||||
girdId: '',
|
||||
lat: '114.138292',
|
||||
lng: '30.623843',
|
||||
flag: false,
|
||||
result: '',
|
||||
resultFiles: [],
|
||||
@@ -165,7 +163,15 @@
|
||||
|
||||
methods: {
|
||||
chooseAddress () {
|
||||
uni.navigateTo({ url: './map' })
|
||||
uni.chooseLocation({
|
||||
success: function (res) {
|
||||
this.form.address = res.address
|
||||
// console.log('位置名称:' + res.name);
|
||||
// console.log('详细地址:' + res.address);
|
||||
// console.log('纬度:' + res.latitude);
|
||||
// console.log('经度:' + res.longitude);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
confirmSelect(e) {
|
||||
|
||||
@@ -106,10 +106,10 @@
|
||||
<span class="hint">转交事件</span>
|
||||
</div>
|
||||
|
||||
<div class="columns" @click="toContent(2)">
|
||||
<!-- <div class="columns" @click="toContent(2)">
|
||||
<img src="./components/img/jujue.png" alt="" />
|
||||
<span class="hint">拒绝受理</span>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="doIt" @click="doItShow = true">我来受理</div>
|
||||
</div>
|
||||
@@ -410,7 +410,7 @@ uni-page-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 22%;
|
||||
width: 40%;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid #ddd;
|
||||
img {
|
||||
@@ -427,7 +427,7 @@ uni-page-body {
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
.doIt {
|
||||
width: 56%;
|
||||
width: 60%;
|
||||
background: #3975c6;
|
||||
text-align: center;
|
||||
line-height: 112px;
|
||||
|
||||
Reference in New Issue
Block a user