diff --git a/config/config.js b/config/config.js
index 480214f..18be5cc 100755
--- a/config/config.js
+++ b/config/config.js
@@ -276,10 +276,6 @@ var config = {
* 专题详情
*/
topicFindById:"/topic/findById",
- /**
- * 积分兑换
- */
- addIntegral: "/credit/add",
/**
* 积分券详情
*/
diff --git a/index/searchbar.wxml b/index/searchbar.wxml
index 3304717..09ca56f 100644
--- a/index/searchbar.wxml
+++ b/index/searchbar.wxml
@@ -1,10 +1,10 @@
-
-
+搜索门店
+
-
+
diff --git a/index/searchbar.wxss b/index/searchbar.wxss
index eb3ec13..b30234e 100644
--- a/index/searchbar.wxss
+++ b/index/searchbar.wxss
@@ -1,3 +1,18 @@
+.search{
+ z-index:5000;
+ left:0;
+ right: 0;
+ margin: auto;
+ width: 700rpx;
+ height: 68rpx;
+ line-height: 68rpx;
+ border:1px solid #ccc;
+ background: #fff;
+ border-radius:10rpx;
+ text-align: center;
+ color: #999;
+ font-size:30rpx;
+}
.under_line{
width: 100%;
}