浏览代码

拼团列表样式修改

tags/安徽版C.4.1.6最终版
刘晖 6 年前
父节点
当前提交
cc15b15e62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pages/spellGroup/spellGroup.wxml

+ 1
- 1
pages/spellGroup/spellGroup.wxml 查看文件

@@ -12,7 +12,7 @@
<image src='{{nodata}}'></image>
<view class='no-data-text'>暂无数据</view>
</view>
<view class='content' style='margin-top:320rpx;'>
<view class='content' style='{{"margin-top:"+(flag=="spellList"?"320rpx":"0rpx")}}'>
<view class='sepll-list' wx:if='{{flag=="spellList"}}' wx:for="{{lists}}" wx:key="{{index}}" data-couponId='{{item.couponId}}' data-id='{{item.id}}' bindtap='invite'>
<view class='spell-left'>
<image src='{{item.coverImg}}' mode="aspectFill"></image>


正在加载...
取消
保存