|
|
|
@ -292,7 +292,7 @@ export default {
|
|
|
|
|
let year = moment.unix(attr.timestamp).format("YYYY");
|
|
|
|
|
let month = moment.unix(attr.timestamp).format("MM");
|
|
|
|
|
let Data = moment.unix(attr.timestamp).format("DD");
|
|
|
|
|
let image = `http://www.jichuanglanhai.com:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
|
|
|
|
|
let image = `http://39.101.188.84:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
|
|
|
|
|
gaodeAddress([attr.lng, attr.lat], (add) => {
|
|
|
|
|
_this.imgAdrress = add;
|
|
|
|
|
});
|
|
|
|
|