|
@@ -5,7 +5,7 @@
|
|
|
<image src="/static/logo2.png"></image>
|
|
|
</view>
|
|
|
</u-navbar>
|
|
|
- <!-- <u-swiper :list="list" @change="e => current = e.current" :autoplay="false"></u-swiper> -->
|
|
|
+ <u-swiper height="320" border-radius="0" :list="list" @change="e => current = e.current" :autoplay="false"></u-swiper>
|
|
|
<view class="content">
|
|
|
<view class="notice" v-if="infoNums">
|
|
|
<image src="/static/icon/msg_icon1.png" class="icon"></image>
|
|
@@ -127,9 +127,7 @@ export default {
|
|
|
return {
|
|
|
infoNums:0,
|
|
|
list:[
|
|
|
- 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
|
|
|
- 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
|
|
|
- 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
|
|
|
+ 'https://file.xyyxt.net/oss/images/file/20220111.jpg',
|
|
|
],
|
|
|
tabCurrent:0,
|
|
|
date:['日','一','二','三','四','五','六'],
|