| @@ -24,7 +24,7 @@ Page({ | |||||
| xingyun: imgurl.xingyun.url, | xingyun: imgurl.xingyun.url, | ||||
| jfshangcheng: imgurl.jfshangcheng.url, | jfshangcheng: imgurl.jfshangcheng.url, | ||||
| toutiao: imgurl.toutiao.url, | toutiao: imgurl.toutiao.url, | ||||
| mea: imgurl.mea.url, | |||||
| more: imgurl.more.url, | |||||
| giftHr: imgurl.giftHr.url, | giftHr: imgurl.giftHr.url, | ||||
| giftHr: imgurl.giftHr.url, | giftHr: imgurl.giftHr.url, | ||||
| next: imgurl.next.url, | next: imgurl.next.url, | ||||
| @@ -87,13 +87,13 @@ | |||||
| <view class='xsCon'> | <view class='xsCon'> | ||||
| <view wx:for="{{xslist}}" wx:key="index"> | <view wx:for="{{xslist}}" wx:key="index"> | ||||
| <view class='igBox'data-couponId="{{item.couponId}}" data-couponChannelId="{{item.id}}" data-targetAd="{{item.targetAd}}" bindtap='gotodetail'> | <view class='igBox'data-couponId="{{item.couponId}}" data-couponChannelId="{{item.id}}" data-targetAd="{{item.targetAd}}" bindtap='gotodetail'> | ||||
| <image src='{{xslist[index].coverImg}}' mode='widthFix' ></image> | |||||
| <image src='{{xslist[index].coverImg}}' mode='widthFix' class='imageH' ></image> | |||||
| <view class='imTit'>{{xslist[index].title}}</view> | <view class='imTit'>{{xslist[index].title}}</view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view> | <view> | ||||
| <view class='igBox' bindtap='gotoRushBuy'> | <view class='igBox' bindtap='gotoRushBuy'> | ||||
| <image src='{{mea}}' mode='widthFix' ></image> | |||||
| <image src='{{more}}' mode='widthFix' class='more' ></image> | |||||
| <view class='imTit'>更多...</view> | <view class='imTit'>更多...</view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -484,13 +484,18 @@ progress{ | |||||
| flex-direction: column; | flex-direction: column; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| .igBox image{ | |||||
| height:40rpx!important; | |||||
| width: 40rpx!important; | |||||
| .imageH{ | |||||
| height:50rpx!important; | |||||
| width: 50rpx!important; | |||||
| border-radius: 50%; | border-radius: 50%; | ||||
| margin: 0 auto; | |||||
| margin: 15rpx auto; | |||||
| margin-bottom: 15rpx; | margin-bottom: 15rpx; | ||||
| } | } | ||||
| .more{ | |||||
| height:70rpx!important; | |||||
| width: 70rpx!important; | |||||
| margin: 0 auto; | |||||
| } | |||||
| .imTit{ | .imTit{ | ||||
| height:14px; | height:14px; | ||||
| font-size:10px; | font-size:10px; | ||||
| @@ -649,8 +649,8 @@ module.exports = { | |||||
| 'url': baseUrl + "toutiao.png", | 'url': baseUrl + "toutiao.png", | ||||
| 'name': '' | 'name': '' | ||||
| }, | }, | ||||
| 'mea': { | |||||
| 'url': baseUrl + "mea.png", | |||||
| 'more': { | |||||
| 'url': baseUrl + "more.png", | |||||
| 'name': '' | 'name': '' | ||||
| }, | }, | ||||
| 'change': { | 'change': { | ||||