From 60b58b47cecd7611ad8df2561a84bf0548ad6ad9 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 20 Dec 2017 13:54:45 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend.git into develop
---
src/assets/pois.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/src/assets/pois.json b/src/assets/pois.json
new file mode 100644
index 0000000..721280f
--- /dev/null
+++ b/src/assets/pois.json
@@ -0,0 +1,59 @@
+{
+ "total": 2,
+ "data": [{
+ "id": 10000,
+ "user_id": 1,
+ "name": "������������",
+ "branch_name": "������������",
+ "geo": 310105,
+ "country": "������",
+ "province": "������",
+ "city": "���������",
+ "district": "���������",
+ "address": "������������",
+ "tel": "15900000000",
+ "categories": "������,������,���������",
+ "lng": 121.41707989151003,
+ "lat": 31.218656214644792,
+ "recommend": "���������",
+ "special": "������������",
+ "introduction": "������������",
+ "open_time": "������������",
+ "avg_price": 260,
+ "reason": null,
+ "status": 1,
+ "status_str": "���������",
+ "status_wx": 1,
+ "modified": 1505826527288,
+ "created": 1505826527288
+ },
+ {
+ "id": 10001,
+ "user_id": 2,
+ "name": "������������2",
+ "branch_name": "������������2",
+ "geo": 310105,
+ "country": "������",
+ "province": "������",
+ "city": "���������",
+ "district": "���������",
+ "address": "������������",
+ "tel": "15900000000",
+ "categories": "������,������,���������",
+ "lng": 121.41707989151003,
+ "lat": 31.218656214644792,
+ "recommend": "���������",
+ "special": "������������",
+ "introduction": "������������",
+ "open_time": "������������",
+ "avg_price": 260,
+ "reason": null,
+ "status": 1,
+ "status_str": "���������",
+ "status_wx": 1,
+ "modified": 1505826527288,
+ "created": 1505826527288
+ }
+ ]
+
+}
--
Gitblit v1.8.0