mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
fix: 投诉相关处理
This commit is contained in:
@@ -35,13 +35,15 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="speak-way" v-else>暂无对话</view>
|
<view class="speak-way" v-else>暂无对话</view>
|
||||||
<view class="tips">回复对话</view>
|
<div v-if="complainDetail.complainStatus!='COMPLETE'">
|
||||||
<view class="cell-item complain-content">
|
<view class="tips">回复对话</view>
|
||||||
<view class="cell-view content">
|
<view class="cell-item complain-content">
|
||||||
<u-input type="textarea" height="70rpx" auto-height v-model="complainValue" />
|
<view class="cell-view content">
|
||||||
</view>
|
<u-input type="textarea" height="70rpx" auto-height v-model="complainValue" />
|
||||||
</view>
|
</view>
|
||||||
<view class="submit-btn" @click="handleSubmit">回复</view>
|
</view>
|
||||||
|
<view class="submit-btn" @click="handleSubmit">回复</view>
|
||||||
|
</div>
|
||||||
<view class="tips">平台仲裁</view>
|
<view class="tips">平台仲裁</view>
|
||||||
<u-cell-group>
|
<u-cell-group>
|
||||||
<u-cell-item :arrow="false" title="仲裁意见" :value="complainDetail.arbitrationResult || '暂无'"></u-cell-item>
|
<u-cell-item :arrow="false" title="仲裁意见" :value="complainDetail.arbitrationResult || '暂无'"></u-cell-item>
|
||||||
|
|||||||
@@ -28,9 +28,8 @@
|
|||||||
<view class="complain-speak"> {{ item.complainTopic }} </view>
|
<view class="complain-speak"> {{ item.complainTopic }} </view>
|
||||||
</view>
|
</view>
|
||||||
<view class="complain-btn">
|
<view class="complain-btn">
|
||||||
<u-tag mode="plain" @click="handleClear(item)" class="complain-tag" text="撤销投诉" type="info" v-if="
|
<u-tag mode="plain" @click="handleClear(item)" class="complain-tag" text="撤销投诉" type="info"
|
||||||
item.complainStatus != 'EXPIRED' && item.complainStatus != 'CANCEL'
|
v-if="item.complainStatus === 'APPLYING' || item.complainStatus === 'NEW'" />
|
||||||
" />
|
|
||||||
<u-tag mode="plain" @click="handleInfo(item)" class="complain-tag" text="投诉详情" type="info" />
|
<u-tag mode="plain" @click="handleInfo(item)" class="complain-tag" text="投诉详情" type="info" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user