浏览代码

[图片裁切][修改]:图片裁切

tags/2.2.4
meo 6 年前
父节点
当前提交
2f141a02ec
共有 7 个文件被更改,包括 7 次插入6 次删除
  1. +1
    -1
      components/coupons/index.wxml
  2. +1
    -1
      pages/coupon/detail/index.wxml
  3. +1
    -1
      pages/couponorder/index/index.wxml
  4. +1
    -0
      pages/index/index.wxss
  5. +1
    -1
      pages/index/rushToBuy/index.wxml
  6. +1
    -1
      pages/order/index/index.wxml
  7. +1
    -1
      pages/rushToBuy/index.wxml

+ 1
- 1
components/coupons/index.wxml 查看文件

@@ -2,7 +2,7 @@
<!-- 首页优惠券列表页面 --> <!-- 首页优惠券列表页面 -->
<view class="coupons"> <view class="coupons">
<view class="coupons-img"> <view class="coupons-img">
<image src="{{data.coverImg}}"></image>
<image src="{{data.coverImg}}" mode='aspectFill'></image>
</view> </view>
<view class="coupons-info"> <view class="coupons-info">
<view class="coupons-info-name tit">{{data.title}}</view> <view class="coupons-info-name tit">{{data.title}}</view>


+ 1
- 1
pages/coupon/detail/index.wxml 查看文件

@@ -19,7 +19,7 @@




<view class='rest' wx:if="{{data.endTime!=undefined&&data.endTime>=0&&data.type!=5}}"> <view class='rest' wx:if="{{data.endTime!=undefined&&data.endTime>=0&&data.type!=5}}">
<text class='txt01'>剩余时间:</text>
<text class='txt01'>距结束:</text>
<text class='time'>{{endtime}}</text> <text class='time'>{{endtime}}</text>
</view> </view>




+ 1
- 1
pages/couponorder/index/index.wxml 查看文件

@@ -17,7 +17,7 @@
<view class='mms'> <view class='mms'>
<view class='detail_msg'> <view class='detail_msg'>
<view class='logo'> <view class='logo'>
<image src='{{item.coverImg}}'></image>
<image mode="aspectFill" src='{{item.coverImg}}'></image>
</view> </view>
<view class='info'> <view class='info'>
<view class='title'> <view class='title'>


+ 1
- 0
pages/index/index.wxss 查看文件

@@ -24,6 +24,7 @@ page {
} }


.game { .game {
display: none;
position: relative; position: relative;
width: 750rpx; width: 750rpx;
height: 200rpx; height: 200rpx;


+ 1
- 1
pages/index/rushToBuy/index.wxml 查看文件

@@ -3,7 +3,7 @@
<scroll-view scroll-x class="index-scroll-view"> <scroll-view scroll-x class="index-scroll-view">
<view class="commodity" wx:for="{{list}}" wx:key="unique"> <view class="commodity" wx:for="{{list}}" wx:key="unique">
<view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}"> <view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}">
<image class="commodity-img" src="{{item.coverImg}}" />
<image mode='aspectFill' class="commodity-img" src="{{item.coverImg}}" />
<view class="commodity-info"> <view class="commodity-info">
<view class="commodity-info-name">{{item.title}}</view> <view class="commodity-info-name">{{item.title}}</view>
<!-- <view class="commodity-info-name">{{item.subTitle}}</view> --> <!-- <view class="commodity-info-name">{{item.subTitle}}</view> -->


+ 1
- 1
pages/order/index/index.wxml 查看文件

@@ -6,7 +6,7 @@
<view wx:if="{{list.length!=0}}" class='section' wx:for='{{list}}' wx:key='{{index}}'> <view wx:if="{{list.length!=0}}" class='section' wx:for='{{list}}' wx:key='{{index}}'>
<view class='detail_msg'> <view class='detail_msg'>
<view class='logo'> <view class='logo'>
<image src='{{item.coverImg}}'></image>
<image mode="aspectFill" src='{{item.coverImg}}'></image>
</view> </view>
<view class='info'> <view class='info'>
<view> <view>


+ 1
- 1
pages/rushToBuy/index.wxml 查看文件

@@ -5,7 +5,7 @@
<view class='flashSaleItem'> <view class='flashSaleItem'>
<view class='flashSaleItemTop'> <view class='flashSaleItemTop'>
<view class='flashSaleItemTopL'> <view class='flashSaleItemTopL'>
<image src='{{item.coverImg}}' class='food'></image>
<image mode='aspectFill' src='{{item.coverImg}}' class='food'></image>
</view> </view>
<view class='flashSaleItemTopR'> <view class='flashSaleItemTopR'>
<view class='flashSaleItemTopRTop'> <view class='flashSaleItemTopRTop'>


正在加载...
取消
保存