From 64c930bec1b013ac6e19af9ec30db9eff6110206 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 27 Feb 2018 15:08:12 +0800
Subject: [PATCH] ng-alian主题系统跳转页面 多余蒙版关闭
---
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