设备列表
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
</view>
|
||||
<view class="detail-content " style="margin-bottom:0">
|
||||
<view class="detail-content-title ">
|
||||
<view class="title">消息列表</view>
|
||||
<template v-if="pageData.status === '1'">
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('2')">解决</view>
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('0')">关闭</view>
|
||||
</template>
|
||||
<template v-if="pageData.status === '2'">
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('0')">关闭</view>
|
||||
</template>
|
||||
<view class="title-btn" @click="open">回复</view>
|
||||
<view class="title">进度</view>
|
||||
<!-- <template v-if="pageData.status === '1'">-->
|
||||
<!-- <view class="title-btn mr10" @click="updateFeedBackStatus('2')">解决</view>-->
|
||||
<!-- <view class="title-btn mr10" @click="updateFeedBackStatus('0')">关闭</view>-->
|
||||
<!-- </template>-->
|
||||
<!-- <template v-if="pageData.status === '2'">-->
|
||||
<!-- <view class="title-btn mr10" @click="updateFeedBackStatus('0')">关闭</view>-->
|
||||
<!-- </template>-->
|
||||
<!-- <view class="title-btn" @click="open">回复</view>-->
|
||||
</view>
|
||||
</view>
|
||||
<uni-list>
|
||||
@@ -62,11 +62,9 @@ export default {
|
||||
onLoad(o) {
|
||||
this.pageOption = o
|
||||
this.init()
|
||||
if (o.chatCount > 0) {
|
||||
updateChatStatus({
|
||||
id: o.id,
|
||||
})
|
||||
}
|
||||
updateChatStatus({
|
||||
id: o.id,
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
updateFeedBackStatus(status) {
|
||||
|
||||
Reference in New Issue
Block a user