|
|
@@ -1,7 +1,7 @@
|
|
1
|
1
|
<template>
|
|
2
|
2
|
<view class="work-container">
|
|
3
|
|
- <!-- 轮播图 -->
|
|
4
|
|
- <uni-swiper-dot class="uni-swiper-dot-box" :info="data" :current="current" field="content">
|
|
|
3
|
+ <!-- 仲裁轮播图 -->
|
|
|
4
|
+ <uni-swiper-dot v-if="sysType==1" class="uni-swiper-dot-box" :info="data" :current="current" field="content">
|
|
5
|
5
|
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
|
6
|
6
|
<swiper-item v-for="(item, index) in data" :key="index">
|
|
7
|
7
|
<view class="swiper-item" @click="clickBannerItem(item)">
|
|
|
@@ -10,7 +10,16 @@
|
|
10
|
10
|
</swiper-item>
|
|
11
|
11
|
</swiper>
|
|
12
|
12
|
</uni-swiper-dot>
|
|
13
|
|
-
|
|
|
13
|
+ <!-- 调解轮播图 -->
|
|
|
14
|
+ <uni-swiper-dot v-if="sysType==2" class="uni-swiper-dot-box" :info="refreesVal" :current="current" field="content">
|
|
|
15
|
+ <swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
|
|
16
|
+ <swiper-item v-for="(item, index) in refreesVal" :key="index">
|
|
|
17
|
+ <view class="swiper-item" @click="clickBannerItem(item)">
|
|
|
18
|
+ <image :src="item.image" mode="aspectFill" :draggable="false" />
|
|
|
19
|
+ </view>
|
|
|
20
|
+ </swiper-item>
|
|
|
21
|
+ </swiper>
|
|
|
22
|
+ </uni-swiper-dot>
|
|
14
|
23
|
<!-- 宫格组件 -->
|
|
15
|
24
|
<!-- <uni-section v-if="certificationStatus == '1'" class="uni-section" title="系统管理" type="line">
|
|
16
|
25
|
<template v-slot:right>
|
|
|
@@ -114,6 +123,15 @@
|
|
114
|
123
|
{
|
|
115
|
124
|
image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
|
|
116
|
125
|
}
|
|
|
126
|
+ ],
|
|
|
127
|
+ refreesVal :[
|
|
|
128
|
+ {
|
|
|
129
|
+ image:'../../static/tiaojie1.png'
|
|
|
130
|
+ },{
|
|
|
131
|
+ image:'../../static/tiaojie2.png'
|
|
|
132
|
+ },{
|
|
|
133
|
+ image:'../../static/tiaojie4.png'
|
|
|
134
|
+ }
|
|
117
|
135
|
],
|
|
118
|
136
|
certificationStatus: "",
|
|
119
|
137
|
eidToken: "",
|