This commit is contained in:
aihe 2023-12-07 13:30:39 +08:00
parent 0b7d4aed61
commit 93a6b5a63c

View File

@ -4,24 +4,38 @@
<template v-slot:body>
<view class="com-jianju" style="padding-top: 30rpx;">
<view class="com-radius" style="background-color: #fff;padding: 26rpx 30rpx;">
<u-row @click="handleEditItem()" justify="between">
<u-row justify="between">
<u-text size="30" color="#0E0708" :bold="true" text="T7080123982301"></u-text>
<u-text align="right" color="#A81729" size="28" text="查看"></u-text>
</u-row>
<u-line color="#D9D9D9" margin="26rpx 0"></u-line>
<view>
<u-text size="28" color="#333" :bold="true" text="投诉原因"></u-text>
<u-text size="26" color="#999" margin="10rpx 0 0 0" text="×××"></u-text>
</view>
<u-row align="top">
<view class="mr-10">
<u-text size="28" color="#333" :bold="true" text="投诉原因:"></u-text>
</view>
<u-text size="26" color="#999" text="×××"></u-text>
</u-row>
<view class="mt-30">
<u-text size="28" color="#333" :bold="true" text="投诉描述"></u-text>
<u-text size="26" color="#999" margin="10rpx 0 0 0" text="×××"></u-text>
</view>
<view class="mt-30">
<u-text size="28" color="#333" :bold="true" text="投诉时间"></u-text>
<u-text size="26" color="#999" margin="10rpx 0 0 0" text="2023-11-20 13:28:56"></u-text>
<u-row align="top" custom-style="margin-top:30rpx;">
<view class="mr-10">
<u-text size="28" color="#333" :bold="true" text="投诉描述:"></u-text>
</view>
<u-text size="26" color="#999" text="×××"></u-text>
</u-row>
<u-row align="top" custom-style="margin-top:30rpx;">
<view class="mr-10">
<u-text size="28" color="#333" :bold="true" text="投诉时间:"></u-text>
</view>
<u-text size="26" color="#999" text="2023-11-20 13:28:56"></u-text>
</u-row>
<view @click="handleEditItem()" style="padding-top:20rpx;margin-top: 20rpx;border-top: 2rpx solid #D9D9D9">
<u-row justify="between">
<u-text align="left" size="28" text="查看详情"></u-text>
<view>
<u-icon name="arrow-right" size="" color=""></u-icon>
</view>
</u-row>
</view>
</view>