Commit 87e094d3 authored by Hsinli's avatar Hsinli

add id

parent 741ebd2e
Pipeline #14928 passed with stage
in 8 seconds
......@@ -32,7 +32,7 @@ class AbroadHouseService extends Service {
let data = [];
for (let i in list) {
data[i] = {
id: list[i].name,
id: list[i].id,
name: list[i].name || '',
images: list[i].images ? JSON.parse(list[i].images) : [],
tags: list[i].tags ? JSON.parse(list[i].tags) : [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment