feat: 增加链接跳转

This commit is contained in:
admin 2024-10-16 16:02:59 +08:00
parent 3db1115ee2
commit c3727f768c
2 changed files with 13 additions and 3 deletions

View File

@ -5,11 +5,13 @@
:circular="false"
:indicator-dots="list.length > 1 ? true : false"
:autoplay="false"
:interval="2000"
:duration="500"
:interval="0"
:duration="0"
indicator-active-color="#2E53CC"
@change="change"
:current="current"
:disable-touch="true"
:touchable="false"
>
<swiper-item v-for="(item, index) in list" :key="index">
<view class="image-box">

View File

@ -1,6 +1,13 @@
<template>
<Layout>
<CustomSwiper> </CustomSwiper>
<!-- <CustomSwiper> </CustomSwiper> -->
<view>
<image
:src="`${url}/static/img/b-a1-1.1.1.png`"
:mode="'widthFix'"
style="width: 100%"
/>
</view>
<!-- 入口 -->
<view class="entry-card">
<uni-card
@ -59,6 +66,7 @@
style="width: 100%"
/> -->
<image
@click="handleClick({ url: '/pagesVehicle/inquiry' })"
:src="`${url}/static/img/6.png`"
:mode="'widthFix'"
style="width: 100%"