绘制电脑治理信息页面
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<view class="transientBox">
|
||||
<view class="statistics pd20">
|
||||
<view
|
||||
class="box"
|
||||
:class="{ boxClick: item.label == filterValue }"
|
||||
class="box boxClick"
|
||||
:class="{ boxClick1: item.label == filterValue }"
|
||||
v-for="item in list"
|
||||
@click="
|
||||
filterValue = item.label
|
||||
@@ -235,7 +235,7 @@ export default {
|
||||
|
||||
jump(item) {
|
||||
let str = JSON.stringify(item).replace(/%/g, '百分比')
|
||||
item.status = '1'
|
||||
item.isRead = '1'
|
||||
|
||||
uni.navigateTo({ url: '/pages/message1/comp/steadyStateDetails?detail=' + encodeURIComponent(str) })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user