丰收号

This commit is contained in:
shijingjing
2023-03-21 14:54:07 +08:00
parent 56c227ee78
commit 8ca8de8aef
2 changed files with 2 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ export default {
padding: 32px;
box-sizing: border-box;
border-radius: 16px;
margin-bottom: 24px;
h2 {
color: #333333;

View File

@@ -1,6 +1,6 @@
<template>
<div class="page">
<u-navbar :is-back="false" title="首页" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :title-bold="true"></u-navbar>
<u-navbar :is-back="false" title="丰收号" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :title-bold="true"></u-navbar>
<div class="container">
<div class="swiper-content">
<u-swiper :list="swiperList" mode="none" height="240" bg-color="none" @click="handleBannerClick"/>