|
@@ -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) {
|
|
|
-
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
},
|
|
|
|