From 17d97f58265510ceda0b38959a90424ee07b6910 Mon Sep 17 00:00:00 2001
From: 陈奇 <1650699704@qq.com>
Date: Tue, 13 Nov 2018 11:42:07 +0800
Subject: [PATCH] 1.0.3-1测试版本 [*]修改重新连接的方式 [*]修改商城连接 [*]修改心跳机制 [*]主要针对oppo和vivo机型添加开启定位服务

---
 app/src/main/res/layout/fragment_shoppingmall_layout.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/fragment_shoppingmall_layout.xml b/app/src/main/res/layout/fragment_shoppingmall_layout.xml
index bb9aa1f..e3b8435 100644
--- a/app/src/main/res/layout/fragment_shoppingmall_layout.xml
+++ b/app/src/main/res/layout/fragment_shoppingmall_layout.xml
@@ -4,5 +4,8 @@
     android:layout_height="match_parent"
     android:background="@color/ac_bg"
     android:orientation="vertical">
-
+    <WebView
+        android:id="@+id/webView"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0