gyj 2 лет назад
Родитель
Сommit
49b7b543a1
7 измененных файлов: 57 добавлений и 39 удалений
  1. 21
    3
      pages/work/index.vue
  2. Двоичные данные
      static/tiaojie1.png
  3. Двоичные данные
      static/tiaojie2.png
  4. Двоичные данные
      static/tiaojie3.jpg
  5. Двоичные данные
      static/tiaojie4.png
  6. 29
    29
      unpackage/dist/dev/mp-weixin/project.config.json
  7. 7
    7
      unpackage/dist/dev/mp-weixin/project.private.config.json

+ 21
- 3
pages/work/index.vue Просмотреть файл

1
 <template>
1
 <template>
2
 	<view class="work-container">
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
 			<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
5
 			<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
6
 				<swiper-item v-for="(item, index) in data" :key="index">
6
 				<swiper-item v-for="(item, index) in data" :key="index">
7
 					<view class="swiper-item" @click="clickBannerItem(item)">
7
 					<view class="swiper-item" @click="clickBannerItem(item)">
10
 				</swiper-item>
10
 				</swiper-item>
11
 			</swiper>
11
 			</swiper>
12
 		</uni-swiper-dot>
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
 		<!-- <uni-section v-if="certificationStatus == '1'" class="uni-section" title="系统管理" type="line">
24
 		<!-- <uni-section v-if="certificationStatus == '1'" class="uni-section" title="系统管理" type="line">
16
 			<template v-slot:right>
25
 			<template v-slot:right>
114
 					{
123
 					{
115
 						image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
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
 				certificationStatus: "",
136
 				certificationStatus: "",
119
 				eidToken: "",
137
 				eidToken: "",

Двоичные данные
static/tiaojie1.png Просмотреть файл


Двоичные данные
static/tiaojie2.png Просмотреть файл


Двоичные данные
static/tiaojie3.jpg Просмотреть файл


Двоичные данные
static/tiaojie4.png Просмотреть файл


+ 29
- 29
unpackage/dist/dev/mp-weixin/project.config.json Просмотреть файл

1
-{
2
-  "description": "项目配置文件。",
3
-  "packOptions": {
4
-    "ignore": [],
5
-    "include": []
6
-  },
7
-  "setting": {
8
-    "urlCheck": false,
9
-    "es6": false,
10
-    "postcss": true,
11
-    "minified": true,
12
-    "newFeature": true,
13
-    "bigPackageSizeSupport": true,
14
-    "babelSetting": {
15
-      "ignore": [],
16
-      "disablePlugins": [],
17
-      "outputPath": ""
18
-    },
19
-    "condition": false
20
-  },
21
-  "compileType": "miniprogram",
22
-  "libVersion": "3.1.1",
23
-  "appid": "wx91cb8459dca561b4",
24
-  "projectname": "智慧仲裁",
25
-  "condition": {},
26
-  "editorSetting": {
27
-    "tabIndent": "insertSpaces",
28
-    "tabSize": 2
29
-  }
1
+{
2
+  "description": "项目配置文件。",
3
+  "packOptions": {
4
+    "ignore": [],
5
+    "include": []
6
+  },
7
+  "setting": {
8
+    "urlCheck": false,
9
+    "es6": false,
10
+    "postcss": true,
11
+    "minified": true,
12
+    "newFeature": true,
13
+    "bigPackageSizeSupport": true,
14
+    "babelSetting": {
15
+      "ignore": [],
16
+      "disablePlugins": [],
17
+      "outputPath": ""
18
+    },
19
+    "condition": false
20
+  },
21
+  "compileType": "miniprogram",
22
+  "libVersion": "3.1.1",
23
+  "appid": "wx91cb8459dca561b4",
24
+  "projectname": "智慧仲裁",
25
+  "condition": {},
26
+  "editorSetting": {
27
+    "tabIndent": "insertSpaces",
28
+    "tabSize": 2
29
+  }
30
 }
30
 }

+ 7
- 7
unpackage/dist/dev/mp-weixin/project.private.config.json Просмотреть файл

1
-{
2
-  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
3
-  "projectname": "miniapp",
4
-  "setting": {
5
-    "compileHotReLoad": true,
6
-    "urlCheck": false
7
-  }
1
+{
2
+  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
3
+  "projectname": "miniapp",
4
+  "setting": {
5
+    "compileHotReLoad": true,
6
+    "urlCheck": false
7
+  }
8
 }
8
 }