| | |
| | | <view class="sale"> |
| | | <u-navbar title='限时抢购'></u-navbar> |
| | | <view class="header-wraper"> |
| | | <image mode="widthFix" src="/static/seckill.png"></image> |
| | | <image mode="widthFix" src="/pages/subComponents/static/seckill.png"></image> |
| | | </view> |
| | | <scroll-view scroll-x> |
| | | <view class="index-navs"> |
| | |
| | | </view> |
| | | <view v-else> |
| | | <view class="nodata"> |
| | | <image style="height: 240rpx;width: 320rpx;" src="/static/nodata.png" alt="" /> |
| | | <image style="height: 240rpx;width: 320rpx;" src="/pages/subComponents/static/nodata.png" alt="" /> |
| | | <div>暂无商品</div> |
| | | </view> |
| | | </view> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui' |
| | | import { |
| | | getSeckillTimeLine, |
| | | getSeckillTimeGoods |
| | | } from "@/api/promotions.js"; |
| | | import Foundation from "@/utils/Foundation.js"; |
| | | import goodsTemplate from '@/components/m-goods-list/promotion.vue' |
| | | import goodsTemplate from '@/pages/promotion/m-goods-list/promotion.vue' |
| | | export default { |
| | | components: { |
| | | goodsTemplate |
| | |
| | | } |
| | | |
| | | .header-wraper { |
| | | background: url('/static/bg.png'); |
| | | background: url('/pages/subComponents/static/bg.png'); |
| | | height: 200rpx; |
| | | display: flex; |
| | | align-items: center; |