feat: 增加链接跳转
This commit is contained in:
parent
3db1115ee2
commit
c3727f768c
|
@ -5,11 +5,13 @@
|
||||||
:circular="false"
|
:circular="false"
|
||||||
:indicator-dots="list.length > 1 ? true : false"
|
:indicator-dots="list.length > 1 ? true : false"
|
||||||
:autoplay="false"
|
:autoplay="false"
|
||||||
:interval="2000"
|
:interval="0"
|
||||||
:duration="500"
|
:duration="0"
|
||||||
indicator-active-color="#2E53CC"
|
indicator-active-color="#2E53CC"
|
||||||
@change="change"
|
@change="change"
|
||||||
:current="current"
|
:current="current"
|
||||||
|
:disable-touch="true"
|
||||||
|
:touchable="false"
|
||||||
>
|
>
|
||||||
<swiper-item v-for="(item, index) in list" :key="index">
|
<swiper-item v-for="(item, index) in list" :key="index">
|
||||||
<view class="image-box">
|
<view class="image-box">
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<Layout>
|
<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">
|
<view class="entry-card">
|
||||||
<uni-card
|
<uni-card
|
||||||
|
@ -59,6 +66,7 @@
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
/> -->
|
/> -->
|
||||||
<image
|
<image
|
||||||
|
@click="handleClick({ url: '/pagesVehicle/inquiry' })"
|
||||||
:src="`${url}/static/img/6.png`"
|
:src="`${url}/static/img/6.png`"
|
||||||
:mode="'widthFix'"
|
:mode="'widthFix'"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
|
Loading…
Reference in New Issue