New file |
| | |
| | | import request from '@/utils/request.js' |
| | | // 党员端 |
| | | // 党员端-普通商品列表 |
| | | export const getHomeGoodsSkuVOList = (params) => { |
| | | return request.post(`/goods/forepart/goods-sku/getHomeGoodsSkuVOList`, params) |
| | | } |
| | | |
| | | // 上级端 |
| | | |
| | | // 上级端-秒杀商品列表 |
| | | export const getHomeGoodsSeckillVOList = (params) => { |
| | | return request.post(`/goods/forepart/goods-seckill/getHomeGoodsSeckillVOList`, params) |
| | | } |
| | |
| | | <view class="proCard"> |
| | | <view class="proItem" v-for="(item,index) in 3"> |
| | | <view class="mr-31 flex flex-column a-center"> |
| | | <image src="../../static/detailImg/right.png" class="proIcon shrink0" mode="aspectFill"> |
| | | <image src="../../static/detailImg/Ovaled.png" class="proIcon shrink0" mode="aspectFill"> |
| | | </image> |
| | | <view class="proLine"> |
| | | </view> |
| | |
| | | |
| | | .topIcon { |
| | | margin-top: 17rpx; |
| | | width: 19.23rpx; |
| | | height: 19.23rpx; |
| | | width: 26.23rpx; |
| | | height: 26.23rpx; |
| | | margin-right: 46rpx; |
| | | } |
| | | |
| | |
| | | padding-bottom: 46rpx; |
| | | |
| | | .proIcon { |
| | | width: 19.23rpx; |
| | | height: 19.23rpx; |
| | | width: 26.23rpx; |
| | | height: 26.23rpx; |
| | | margin: 10rpx 0; |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | .proIcon { |
| | | width: 19.23rpx; |
| | | height: 19.23rpx; |
| | | width: 26.23rpx; |
| | | height: 26.23rpx; |
| | | margin: 23rpx 0 19rpx 0; |
| | | } |
| | | |