修改测试问题
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
<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>
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('0')" v-if="userInfo.authorities === 'app_vip_user'">关闭</view>
|
||||
</template>
|
||||
<template v-if="pageData.status === '2'">
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('0')">关闭</view>
|
||||
<view class="title-btn mr10" @click="updateFeedBackStatus('0')" v-if="userInfo.authorities === 'app_vip_user'">关闭</view>
|
||||
</template>
|
||||
<!-- <view class="title-btn" @click="open">回复</view> -->
|
||||
<view class="title-btn" @click="open" v-if="pageData.status != '0'">回复</view>
|
||||
</view>
|
||||
</view>
|
||||
<uni-list>
|
||||
@@ -54,11 +54,13 @@ export default {
|
||||
"url": "/static/logo.png",
|
||||
}
|
||||
],
|
||||
userInfo: {},
|
||||
pageData: {},
|
||||
pageOption: {}
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
this.userInfo = uni.getStorageSync(this.$cacheKey.userInfo)
|
||||
this.pageOption = o
|
||||
this.init()
|
||||
updateChatStatus({
|
||||
@@ -102,6 +104,7 @@ export default {
|
||||
open() {
|
||||
this.chatContent = ''
|
||||
this.$refs.inputDialog.open()
|
||||
|
||||
},
|
||||
over() {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user