|
@ -28,7 +28,7 @@ Page({ |
|
|
*/ |
|
|
*/ |
|
|
onLoad(options) { |
|
|
onLoad(options) { |
|
|
let that = this; |
|
|
let that = this; |
|
|
let data = JSON.parse(options.data) |
|
|
let data = JSON.parse(decodeURIComponent(options.data)) |
|
|
if (data.points.imgs != undefined) { |
|
|
if (data.points.imgs != undefined) { |
|
|
let newArr = data.points.imgs.map(e => { |
|
|
let newArr = data.points.imgs.map(e => { |
|
|
e = that.data.imgUrl + e; |
|
|
e = that.data.imgUrl + e; |
|
|