|
|
|
@ -29,8 +29,9 @@ |
|
|
|
|
placeholder="请选择坐标" placeholder-class="form-input-placeholder" /> |
|
|
|
|
<text |
|
|
|
|
v-if="info.latitude != '' && info.longitude != ''">经度:{{ info.longitude }},纬度:{{ info.latitude }}</text> |
|
|
|
|
|
|
|
|
|
<image class="v-card-icon-img" @click="getLocation" src="@/static/images/icons/icon-position.svg" ></image> |
|
|
|
|
|
|
|
|
|
<image class="v-card-icon-img" @click="getLocation" |
|
|
|
|
src="@/static/images/icons/icon-position.svg"></image> |
|
|
|
|
</evan-form-item> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -44,7 +45,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="v-card-item"> |
|
|
|
|
<view class="v-card-box"> |
|
|
|
|
<common-title :title="'上传照片'"></common-title> |
|
|
|
|
<common-title :title="'上传照片'"></common-title> |
|
|
|
|
<w-upload ref="wUpload" :token="token" :imgShow="imgShow" :requestUrl="requestUrl" |
|
|
|
|
:imgType="imgType" @updateImgList="updateImgList" :imgList="imgList" |
|
|
|
|
@imgSuccess="imgSuccess"></w-upload> |
|
|
|
@ -193,6 +194,11 @@ |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '上报成功' |
|
|
|
|
}); |
|
|
|
|
setTimeout(() => { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/subPackWork/myReport/myReport' |
|
|
|
|
}) |
|
|
|
|
}, 500) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|