twt 3 年之前
父節點
當前提交
f2f3e0ac06

+ 4 - 24
operatingCompany/pages/reportManage/reportDetail.vue

@@ -1,11 +1,8 @@
 <template>
 	<view class="content">
-		<view>
-			  <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
-			  <view class="nav">运营陪伴</view>
-		</view>
+		
 	  
-	   <view>店主运营陪伴主页</view>
+	   
 	</view>
 </template>
 
@@ -22,14 +19,7 @@
 		},
 		methods: {
 			//自己定义的方法函数
-            goRouter(url){
-				//uni.navigateTo  路由跳转 url 是地址 路由还分为uni.redirectTo switchTab navigateBackreLaunch
-				this.$common.isUserId()
-				
-				uni.navigateTo({
-					url:url
-				})
-			}
+           
 		}
 	}
 </script>
@@ -47,15 +37,5 @@
 			
 		}
 	/* #endif */
-	.status_bar{
-		background: #FFFFFF;
-	}
-	.nav{
-		width: 100vw;
-		height: 44px;
-		background: #FFFFFF;
-		text-align: center;
-		line-height: 44px;
-		font-size: 34rpx;
-	}
+	
 </style>

+ 7 - 4
operatingCompany/pages/reportManage/reportManage.vue

@@ -54,7 +54,7 @@
 			<view v-for="(item,index) in shopData" :key="index">
 
 				<!-- shopBox -->
-				<view class="shopBox" @click="goAppraise(item)">
+				<view class="shopBox" @click="goAppraise(item)" >
 					<view class=" shopTop">
 
 						<view class="shopName">{{item.ShopName}}</view>
@@ -146,6 +146,11 @@
 				
 				this.$refs.timepop.father();
 			},
+			goAppraise(item){
+				uni.navigateTo({
+					url:'reportDetail?id='+item.ID
+				})
+			},
 			returnDate(e) {
 				console.log(e)
 				this.starTime = e.startTime
@@ -263,9 +268,7 @@
 
 				})
 			},
-			goAppraise(v) {
-
-			}
+			
 
 		},
 

二進制
operatingCompany/static/img/icon_return_white@2x.png