Commit bd468f89b9d3c03e1ea6f726a1ff0ba1a658c62d

Authored by F5VT98DI7XY4X12\Administrator
1 parent 37f33818

首页数据填充,和样式

pages/index/index/index.js
... ... @@ -34,7 +34,6 @@ Page({
34 34 pindGoods: null,//拼单数据
35 35 newGoods:null,//新商品
36 36 hotGoods:null,//hot商品
37   -
38 37 //----控制是是否显示计时器---
39 38 is_timer:1,
40 39 ishow:0,
... ...
pages/index/index/index.wxss
... ... @@ -2,7 +2,6 @@
2 2 background: #ff7295;
3 3 }
4 4 .search-box {
5   -
6 5 position: fixed;
7 6 top: 0;
8 7 left: 0;
... ...