liwei2496 2 лет назад
Родитель
Сommit
03c07a4fe9

+ 9 - 0
pages.json

@@ -212,6 +212,15 @@
             
         }
        
+        ,{
+            "path" : "pages/index/Immediatecollection/Immediatecollection",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "欠费待收",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 22 - 0
pages/index/Immediatecollection/Immediatecollection.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 1 - 1
pages/index/Workordertodone/Workorderdetails/Workorderdetails.vue

@@ -91,7 +91,7 @@
 				res.data.data.faultPics=res.data.data.faultPics.split(",");
 					 
 					 this.details.gzimg=res.data.data.faultPics;
-					  console.log('111111111111111111', this.details.gzimg)
+					//  console.log('111111111111111111', this.details.gzimg)
 					
 				  if(res.data.data.repairRegion==1){
 					   this.details.quyu='公共区域';

+ 6 - 2
pages/index/index.vue

@@ -89,7 +89,7 @@
 						<span style="font-size: 30rpx;">欠费待收</span>
 					</view>
 					<view class="processing">
-						<view class="immediately">
+						<view class="immediately" @click="Immediatecollection">
 							<span style="font-size: 25rpx; color: #5c8fff; ">立即催收</span>
 							<u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
 						</view>
@@ -142,7 +142,11 @@
 
 		},
 		methods: {
-
+Immediatecollection(){
+	uni.navigateTo({
+		url: '/pages/index/Immediatecollection/Immediatecollection'
+	})
+},
 			Workordertodone() {
 				uni.navigateTo({
 					url: '/pages/index/Workordertodone/Workordertodone'