|
|
|
@ -309,6 +309,8 @@ export default { |
|
|
|
|
var data = { |
|
|
|
|
address: e.detail.value.address, |
|
|
|
|
creason: e.detail.value.creason, |
|
|
|
|
lng:e.detail.value.address.split(',')[0], |
|
|
|
|
lat:e.detail.value.address.split(',')[1], |
|
|
|
|
ctype: e.detail.value.ctype, |
|
|
|
|
linemobile: e.detail.value.linemobile, |
|
|
|
|
lineuser: e.detail.value.lineuser, |
|
|
|
@ -316,10 +318,9 @@ export default { |
|
|
|
|
filePath: filePath, |
|
|
|
|
unionid:uni.getStorageSync("unionid"), |
|
|
|
|
// unionid: 'unionIdewrqrfb', |
|
|
|
|
lat: that.latitude, |
|
|
|
|
lng: that.longitude, |
|
|
|
|
userkey: that.$param.userkey |
|
|
|
|
}; |
|
|
|
|
console.log(data) |
|
|
|
|
this.$Request.post(this.$config.addFeedback, data).then((res) => { |
|
|
|
|
if (res.status == 200) { |
|
|
|
|
uni.showModal({ |
|
|
|
|