Showing
5 changed files
with
7 additions
and
5 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <tabs-pane name="进行中"> | 4 | <tabs-pane name="进行中"> |
5 | <view class="productList"> | 5 | <view class="productList"> |
6 | <image class="topgif" src="./images/yoluck.gif"/> | 6 | <image class="topgif" src="./images/yoluck.gif"/> |
7 | - <block wx:for="{{list[0].products}}" wx:key="{{item.id}}"> | 7 | + <block wx:for="{{list[0].products}}" wx:key="{{item.id}}"> |
8 | <product-item product="{{item}}" class="product"></product-item> | 8 | <product-item product="{{item}}" class="product"></product-item> |
9 | </block> | 9 | </block> |
10 | </view> | 10 | </view> |
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | } | 7 | } |
8 | 8 | ||
9 | .productList { | 9 | .productList { |
10 | - margin-bottom: 322rpx; | 10 | + /* margin-bottom: 322rpx; */ |
11 | background: #F0F0F0; | 11 | background: #F0F0F0; |
12 | } | 12 | } |
13 | 13 | ||
@@ -23,8 +23,8 @@ | @@ -23,8 +23,8 @@ | ||
23 | } | 23 | } |
24 | 24 | ||
25 | .bottom-banner { | 25 | .bottom-banner { |
26 | - position: fixed; | ||
27 | - bottom: 88rpx; | 26 | + /* position: fixed; */ |
27 | + margin-bottom: 88rpx; | ||
28 | height: 234rpx; | 28 | height: 234rpx; |
29 | width: 100%; | 29 | width: 100%; |
30 | } | 30 | } |
@@ -172,7 +172,7 @@ Page({ | @@ -172,7 +172,7 @@ Page({ | ||
172 | } | 172 | } |
173 | }); | 173 | }); |
174 | 174 | ||
175 | - pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 136 * scale); | 175 | + pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 68 * scale); |
176 | 176 | ||
177 | this.drawLongText(this.data.product_name, pCtx, 187.5 * scale, 412 * scale, '#444444', 20, 20); | 177 | this.drawLongText(this.data.product_name, pCtx, 187.5 * scale, 412 * scale, '#444444', 20, 20); |
178 | 178 |
-
Please register or login to post a comment