wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bd468f89b9d3c03e1ea6f726a1ff0ba1a658c62d
Authored by
F5VT98DI7XY4X12\Administrator
2019-09-17 10:49:32 +0800
1 parent
37f33818
首页数据填充,和样式
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
pages/index/index/index.js
pages/index/index/index.wxss
pages/index/index/index.js
View file @
bd468f8
...
...
@@ -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
View file @
bd468f8
...
...
@@ -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;
...
...