gyj 2 年 前
コミット
1fa7c2bb34

+ 13
- 15
pages/index.vue ファイルの表示

@@ -7,7 +7,7 @@
7 7
 		<view class="cardList" @tap="handlingCases(item.caseFlowId)" v-for="item in homePageList" :key="item.caseFlowId">
8 8
 		    <view class="badge">{{item.caseCount}}</view>
9 9
 		    <view class="cardMain">
10
-		      <!-- <img class="iconImg" src="@/assets/images/daishencha.png" alt=""> -->
10
+		      <img class="iconImg" style="width: 100rpx;height: 70rpx;margin-top: 60rpx;" :src="urls+item.fileName" alt="">
11 11
 		    </view>
12 12
 		    <view class="cardMain">
13 13
 		      <view class="imgTitle">{{item.caseStatusName}}</view>
@@ -18,7 +18,7 @@
18 18
 		</view>
19 19
 	</view>
20 20
 	<view class="homeMain" v-if="sysType == 1">
21
-<!-- 		<view class="cardList" @tap="refereeCase()">
21
+		<!-- <view class="cardList" @tap="refereeCase()">
22 22
 		    <view class="badge">{{dataCount.caseApply}}</view>
23 23
 		    <view class="cardMain">
24 24
 		    </view>
@@ -58,7 +58,7 @@
58 58
 		      <view class="imgTitle">待案件质证</view>
59 59
 		    </view>    
60 60
 		</view>
61
-<!-- 		<view class="cardList" @tap="refereeCase()">
61
+		<!-- <view class="cardList" @tap="refereeCase()">
62 62
 		    <view class="badge">{{dataCount.caseApplyGroupCheck}}</view>
63 63
 		    <view class="cardMain">
64 64
 		    </view>
@@ -168,7 +168,8 @@
168 168
 
169 169
 <script>
170 170
 	import {todoCount,toDoCountReferee} from '@/api/homePage/index.js'
171
-	import LuanqingEmpty from "@/components/luanqing-empty.vue"
171
+	import LuanqingEmpty from "@/components/luanqing-empty.vue"
172
+	import config from '@/config'
172 173
   export default {
173 174
 	components: {
174 175
 		'luanqing-empty': LuanqingEmpty,
@@ -177,7 +178,9 @@
177 178
 		return {
178 179
 			homePageList:[],
179 180
 			sysType:null,
180
-			dataCount:{}
181
+			dataCount:{},
182
+			urls:config.baseUrlTJ
183
+			
181 184
 		}
182 185
 	},
183 186
 	methods:{
@@ -229,13 +232,13 @@
229 232
 	    // justify-content: space-between;
230 233
 	    .cardList {
231 234
 	      width: 28%;
232
-	      height:200rpx;
235
+	      height:210rpx;
233 236
 	      border-radius: 48rpx;
234 237
 	      background-color:#ffffff;
235 238
 	      position: relative;
236 239
 	      margin-right: 30rpx;
237 240
 	      margin-bottom: 30rpx;
238
-		  border:1rpx solid #05baf1;
241
+		  border:1rpx solid #1296DB;
239 242
 	
240 243
 	      .badge {
241 244
 	        width: 80rpx;
@@ -244,9 +247,9 @@
244 247
 	        line-height: 50rpx;
245 248
 	        font-size: 35rpx;
246 249
 	        font-weight: 500;
247
-	        color: #e32a4f;
250
+	        color: red;
248 251
 	        border-radius: 10rpx 30rpx 10rpx 30rpx;
249
-	        background-color: #05baf1;
252
+	        background-color: #1296DB;
250 253
 	        position: absolute;
251 254
 	        right: 0;
252 255
 	      }
@@ -256,13 +259,8 @@
256 259
 	        display: flex;
257 260
 			text-align: center;
258 261
 	        justify-content: center;
259
-	        margin-top: 40rpx;
262
+	        margin-top: 5rpx;
260 263
 			padding
261
-	        .iconImg {
262
-	          width: 100rpx;
263
-	          height: 110rpx;
264
-	        }
265
-	
266 264
 	        .imgTitle {
267 265
 	          font-size: 28rpx;
268 266
 	          font-weight: 600;

+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-list/components/uni-list-item/uni-list-item.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-list/components/uni-list/uni-list.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 37
- 0
unpackage/dist/dev/mp-weixin/app.json ファイルの表示

@@ -3,7 +3,18 @@
3 3
     "pages/switchSystem",
4 4
     "pages/login",
5 5
     "pages/register",
6
+    "pages/index",
6 7
     "pages/work/index",
8
+    "pages/mine/index",
9
+    "pages/mine/avatar/index",
10
+    "pages/mine/info/index",
11
+    "pages/mine/info/edit",
12
+    "pages/mine/pwd/index",
13
+    "pages/mine/setting/index",
14
+    "pages/mine/help/index",
15
+    "pages/mine/about/index",
16
+    "pages/common/webview/index",
17
+    "pages/common/textview/index",
7 18
     "pages/handlecase/index",
8 19
     "pages/handlecase/component/uploadEvidence",
9 20
     "pages/handlecase/component/confirmPayment",
@@ -31,6 +42,32 @@
31 42
     "navigationBarTitleText": "RuoYi",
32 43
     "navigationBarBackgroundColor": "#FFFFFF"
33 44
   },
45
+  "tabBar": {
46
+    "color": "#000000",
47
+    "selectedColor": "#000000",
48
+    "borderStyle": "white",
49
+    "backgroundColor": "#ffffff",
50
+    "list": [
51
+      {
52
+        "pagePath": "pages/index",
53
+        "iconPath": "static/images/tabbar/home.png",
54
+        "selectedIconPath": "static/images/tabbar/home_.png",
55
+        "text": "首页"
56
+      },
57
+      {
58
+        "pagePath": "pages/work/index",
59
+        "iconPath": "static/images/tabbar/work.png",
60
+        "selectedIconPath": "static/images/tabbar/work_.png",
61
+        "text": "工作台"
62
+      },
63
+      {
64
+        "pagePath": "pages/mine/index",
65
+        "iconPath": "static/images/tabbar/mine.png",
66
+        "selectedIconPath": "static/images/tabbar/mine_.png",
67
+        "text": "我的"
68
+      }
69
+    ]
70
+  },
34 71
   "permission": {},
35 72
   "usingComponents": {}
36 73
 }