Просмотр исходного кода

[限时抢购][修改][‘更多’图片]

tags/福建版C.9.1.01
hurui 5 лет назад
Родитель
Сommit
ba2e61a598
4 измененных файлов: 14 добавлений и 9 удалений
  1. +1
    -1
      index/index.js
  2. +2
    -2
      index/index.wxml
  3. +9
    -4
      index/index.wxss
  4. +2
    -2
      utils/imgurl.js

+ 1
- 1
index/index.js Просмотреть файл

@@ -24,7 +24,7 @@ Page({
xingyun: imgurl.xingyun.url,
jfshangcheng: imgurl.jfshangcheng.url,
toutiao: imgurl.toutiao.url,
mea: imgurl.mea.url,
more: imgurl.more.url,
giftHr: imgurl.giftHr.url,
giftHr: imgurl.giftHr.url,
next: imgurl.next.url,


+ 2
- 2
index/index.wxml Просмотреть файл

@@ -87,13 +87,13 @@
<view class='xsCon'>
<view wx:for="{{xslist}}" wx:key="index">
<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>
</view>
<view>
<view class='igBox' bindtap='gotoRushBuy'>
<image src='{{mea}}' mode='widthFix' ></image>
<image src='{{more}}' mode='widthFix' class='more' ></image>
<view class='imTit'>更多...</view>
</view>
</view>


+ 9
- 4
index/index.wxss Просмотреть файл

@@ -484,13 +484,18 @@ progress{
flex-direction: column;
text-align: center;
}
.igBox image{
height:40rpx!important;
width: 40rpx!important;
.imageH{
height:50rpx!important;
width: 50rpx!important;
border-radius: 50%;
margin: 0 auto;
margin: 15rpx auto;
margin-bottom: 15rpx;
}
.more{
height:70rpx!important;
width: 70rpx!important;
margin: 0 auto;
}
.imTit{
height:14px;
font-size:10px;


+ 2
- 2
utils/imgurl.js Просмотреть файл

@@ -649,8 +649,8 @@ module.exports = {
'url': baseUrl + "toutiao.png",
'name': ''
},
'mea': {
'url': baseUrl + "mea.png",
'more': {
'url': baseUrl + "more.png",
'name': ''
},
'change': {


Загрузка…
Отмена
Сохранить