| | |
| | | </u-navbar> |
| | | <!-- 顶部栏 --> |
| | | <div class='header-wraper'> |
| | | <image src="/static/join-buy.png"></image> |
| | | <image src="/pages/subComponents/static/join-buy.png"></image> |
| | | </div> |
| | | <!-- 商品栏 --> |
| | | <div class="swiper"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/uview-components/uview-ui' |
| | | import '@/components/uview-components/uview-ui' |
| | | import * as API_Promotions from "@/api/promotions"; |
| | | import * as API_Goods from "@/api/goods"; |
| | | import goodsTemplate from '@/components/m-goods-list/promotion.vue' |
| | | import goodsTemplate from '@/pages/subComponents/m-goods-list/promotion.vue' |
| | | export default { |
| | | components: { |
| | | goodsTemplate |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .header-wraper { |
| | | background: url('/static/bg.png'); |
| | | background: url('/pages/subComponents/static/bg.png'); |
| | | height: 200rpx; |
| | | display: flex; |
| | | align-items: center; |