Commit fcb93326bfadf7f1c30a892a4ae28f6f18685169
1 parent
415e799f
oa优化
Showing
4 changed files
with
11 additions
and
10 deletions
components/diy_seckill/diy_seckill.wxml
@@ -441,13 +441,13 @@ | @@ -441,13 +441,13 @@ | ||
441 | </block> | 441 | </block> |
442 | <block wx:else> | 442 | <block wx:else> |
443 | <!--秒杀--> | 443 | <!--秒杀--> |
444 | - <view class='top' bindtap="go_to_skill"> | 444 | + <view class='top' bindtap="go_to_skill" style="font-size: 32rpx;"> |
445 | <view class="flex"> | 445 | <view class="flex"> |
446 | <view class='t_left'></view> | 446 | <view class='t_left'></view> |
447 | <view class='t_ms'>秒杀</view> | 447 | <view class='t_ms'>秒杀</view> |
448 | </view> | 448 | </view> |
449 | - <view class='right_k'> | ||
450 | - <image src="{{imghost}}/miniapp/images/icon-arrowdown.png" lazy-load="true"></image> | 449 | + <view style="width: 30rpx;"> |
450 | + <image src="{{imghost}}/miniapp/images/icon-arrowdown.png" lazy-load="true" style="width: 30rpx;height: 30rpx;"></image> | ||
451 | </view> | 451 | </view> |
452 | </view> | 452 | </view> |
453 | <!--商品展示--> | 453 | <!--商品展示--> |
packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js
@@ -480,7 +480,7 @@ Page({ | @@ -480,7 +480,7 @@ Page({ | ||
480 | } | 480 | } |
481 | pagePath += "?first_leader=" + this.data.getUserID; | 481 | pagePath += "?first_leader=" + this.data.getUserID; |
482 | return { | 482 | return { |
483 | - title: "专享礼包", | 483 | + title: "每月礼包", |
484 | path: pagePath, | 484 | path: pagePath, |
485 | } | 485 | } |
486 | }, | 486 | }, |
@@ -493,7 +493,7 @@ Page({ | @@ -493,7 +493,7 @@ Page({ | ||
493 | if(!user_id) user_id=0; | 493 | if(!user_id) user_id=0; |
494 | 494 | ||
495 | return { | 495 | return { |
496 | - title: '专享礼包', | 496 | + title: '每月礼包', |
497 | imageUrl: this.data.ad_data.ad_code, | 497 | imageUrl: this.data.ad_data.ad_code, |
498 | query: 'first_leader='+user_id | 498 | query: 'first_leader='+user_id |
499 | } | 499 | } |
packageE/pages/user/monthgiftbag/monthgiftbag.js
@@ -203,7 +203,7 @@ Page({ | @@ -203,7 +203,7 @@ Page({ | ||
203 | } | 203 | } |
204 | pagePath += "?first_leader=" + this.data.getUserID; | 204 | pagePath += "?first_leader=" + this.data.getUserID; |
205 | return { | 205 | return { |
206 | - title: "专享礼包", | 206 | + title: "每月礼包", |
207 | path: pagePath, | 207 | path: pagePath, |
208 | } | 208 | } |
209 | }, | 209 | }, |
@@ -211,7 +211,7 @@ Page({ | @@ -211,7 +211,7 @@ Page({ | ||
211 | onShareTimeline() { | 211 | onShareTimeline() { |
212 | getApp().globalData.no_clear=1; | 212 | getApp().globalData.no_clear=1; |
213 | return { | 213 | return { |
214 | - title: '专享礼包', | 214 | + title: '每月礼包', |
215 | imageUrl: this.data.ad_data.ad_code, | 215 | imageUrl: this.data.ad_data.ad_code, |
216 | query: "first_leader=" + this.data.getUserID | 216 | query: "first_leader=" + this.data.getUserID |
217 | } | 217 | } |
pages/goods/goodsInfo/goodsInfo.wxss
@@ -3373,10 +3373,10 @@ margin: auto; */ | @@ -3373,10 +3373,10 @@ margin: auto; */ | ||
3373 | 3373 | ||
3374 | .store-list { | 3374 | .store-list { |
3375 | width: 95%; | 3375 | width: 95%; |
3376 | - min-height: 300rpx; | 3376 | + min-height: 700rpx; |
3377 | overflow-y: scroll; | 3377 | overflow-y: scroll; |
3378 | margin: auto; | 3378 | margin: auto; |
3379 | - max-height: 610rpx; | 3379 | + max-height: 700rpx; |
3380 | } | 3380 | } |
3381 | 3381 | ||
3382 | .store-list .store_choose { | 3382 | .store-list .store_choose { |
@@ -3460,7 +3460,8 @@ margin: auto; */ | @@ -3460,7 +3460,8 @@ margin: auto; */ | ||
3460 | 3460 | ||
3461 | /* 门店分类列表 */ | 3461 | /* 门店分类列表 */ |
3462 | .sort_store_list { | 3462 | .sort_store_list { |
3463 | - max-height: 700rpx; | 3463 | + max-height: 700rpx; |
3464 | + min-height: 700rpx; | ||
3464 | overflow: hidden; | 3465 | overflow: hidden; |
3465 | overflow-y: scroll; | 3466 | overflow-y: scroll; |
3466 | width: 95%; | 3467 | width: 95%; |