|
@@ -1,257 +1,257 @@
|
|
|
<template>
|
|
|
- <view class="detail">
|
|
|
- <view class="title">
|
|
|
- <view class="title-left">
|
|
|
- <image class="header-img"
|
|
|
- src="https://tse4-mm.cn.bing.net/th/id/OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA?rs=1&pid=ImgDetMain"
|
|
|
- mode=""></image>
|
|
|
- <text>张三</text>
|
|
|
- <image class="right-325" src="../../../static/mine/325.png" mode=""></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="commodity-information">
|
|
|
- <view class="commodity-1">
|
|
|
- <image class="commodity-img"
|
|
|
- src="https://img11.360buyimg.com/jdcms/s460x460_jfs/t1/156939/24/43697/126104/6619de23F69802006/8432635baed61875.jpg.webp"
|
|
|
- mode=""></image>
|
|
|
- <view class="">
|
|
|
- <view class="commodity-2">
|
|
|
- <view class="commodity-title">
|
|
|
- OATLY 噢麦力 醇香燕麦…
|
|
|
- </view>
|
|
|
- <view class="commodity-price">
|
|
|
- <text style="font-size: 20rpx;">¥</text>
|
|
|
- <text>133</text>.
|
|
|
- <text style="font-size: 20rpx;">22</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="detail">
|
|
|
+ <view class="title">
|
|
|
+ <view class="title-left" v-if="orderInformation.member">
|
|
|
+ <image
|
|
|
+ class="header-img"
|
|
|
+ :src="orderInformation.member.avatar"
|
|
|
+ mode=""
|
|
|
+ ></image>
|
|
|
+ <text>{{ orderInformation.member.nickname }}</text>
|
|
|
+ <image
|
|
|
+ class="right-325"
|
|
|
+ src="../../../static/mine/325.png"
|
|
|
+ mode=""
|
|
|
+ ></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="commodity-information">
|
|
|
+ <view class="commodity-1" v-for="item in orderInformation.goods">
|
|
|
+ <image class="commodity-img" :src="item.goods_image" mode=""></image>
|
|
|
+ <view class="">
|
|
|
+ <view class="commodity-2">
|
|
|
+ <view class="commodity-title"> {{ item.goods_name }}</view>
|
|
|
+ <view class="commodity-price">
|
|
|
+ <text style="font-size: 20rpx">¥</text>
|
|
|
+ <text>{{ item.sku_item.price.split(".")[0] }}</text
|
|
|
+ >.
|
|
|
+ <text style="font-size: 20rpx">{{
|
|
|
+ item.sku_item.price.split(".")[1]
|
|
|
+ }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
|
|
|
- <view class="commodity-3">
|
|
|
- <view class="specifications">
|
|
|
- 【醇香】250ml*3
|
|
|
- </view>
|
|
|
- <view style="font-size: 24rpx;">
|
|
|
- x1
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="detail-1">
|
|
|
- <text class="_text-1">{{"共1件商品"+" "}}</text>
|
|
|
- <text class="_text-2">买家实付</text>
|
|
|
- <view class="_price">
|
|
|
- <text style="font-size: 20rpx;">¥</text>
|
|
|
- <text>133</text>.
|
|
|
- <text style="font-size: 20rpx;">22</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="information">
|
|
|
- <text class="_label">退款状态</text>
|
|
|
- <view style="color: #f83224;">
|
|
|
- 待商家处理
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="information">
|
|
|
- <text class="_label">退款原因</text>
|
|
|
- <view class="_title-right">
|
|
|
- 商品与图片不符
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="information">
|
|
|
- <text class="_label">退款金额</text>
|
|
|
- <view lass="_title-right" style="font-weight: 600;">
|
|
|
- ¥89.00
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="information">
|
|
|
- <text class="_label">申请时间</text>
|
|
|
- <view style="color: #222;">
|
|
|
- 2022-08-23 20:34:34
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="information">
|
|
|
- <text class="_label">退款编号</text>
|
|
|
- <view style="color: #222;">
|
|
|
- <text>{{"Cbz202212120919838881|"}}</text>
|
|
|
- <text @click="cope('123456')">复制</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="commodity-3">
|
|
|
+ <view class="specifications"> {{ item.sku_item.item }} </view>
|
|
|
+ <view style="font-size: 24rpx"> x{{ item.goods_num }} </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="detail-1">
|
|
|
+ <text class="_text-1">{{
|
|
|
+ "共" + orderInformation.goods.length + "件商品" + " "
|
|
|
+ }}</text>
|
|
|
+ <text class="_text-2">买家实付</text>
|
|
|
+ <view class="_price">
|
|
|
+ <text style="font-size: 20rpx">¥</text>
|
|
|
+ <text>{{ orderInformation.amount.split(".")[0] }}</text
|
|
|
+ >.
|
|
|
+ <text style="font-size: 20rpx">{{
|
|
|
+ orderInformation.amount.split(".")[1]
|
|
|
+ }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="information">
|
|
|
+ <text class="_label">退款状态</text>
|
|
|
+ <view style="color: #f83224"> 待商家处理 </view>
|
|
|
+ </view>
|
|
|
+ <view class="information">
|
|
|
+ <text class="_label">退款原因</text>
|
|
|
+ <view class="_title-right"> 商品与图片不符 </view>
|
|
|
+ </view>
|
|
|
+ <view class="information">
|
|
|
+ <text class="_label">退款金额</text>
|
|
|
+ <view lass="_title-right" style="font-weight: 600"> ¥89.00 </view>
|
|
|
+ </view>
|
|
|
+ <view class="information">
|
|
|
+ <text class="_label">申请时间</text>
|
|
|
+ <view style="color: #222"> {{ orderInformation.created_at }} </view>
|
|
|
+ </view>
|
|
|
+ <view class="information">
|
|
|
+ <text class="_label">退款编号</text>
|
|
|
+ <view style="color: #222">
|
|
|
+ <text>{{ orderInformation.order_no + "|" }}</text>
|
|
|
+ <text @click="cope(orderInformation.order_no)">复制</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- export default {
|
|
|
-
|
|
|
- props:{
|
|
|
- status:{
|
|
|
- typeof:Number,
|
|
|
- default:0
|
|
|
- }
|
|
|
- },
|
|
|
- data() {
|
|
|
- return {
|
|
|
-
|
|
|
- }
|
|
|
- },
|
|
|
- methods:{
|
|
|
- cope(str) {
|
|
|
- uni.setClipboardData({
|
|
|
- data: str,
|
|
|
- success() {
|
|
|
- uni.showToast({
|
|
|
- title: "复制成功",
|
|
|
- icon: "none"
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
- application(){
|
|
|
- uni.navigateTo({
|
|
|
- url:"/pageC/applicationRefund/applicationRefund"
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+export default {
|
|
|
+ props: {
|
|
|
+ status: {
|
|
|
+ typeof: Number,
|
|
|
+ default: 0,
|
|
|
+ },
|
|
|
+ orderInformation: {
|
|
|
+ typeof: Object,
|
|
|
+ default: () => {
|
|
|
+ return {};
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
+ data() {
|
|
|
+ return {};
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ cope(str) {
|
|
|
+ uni.setClipboardData({
|
|
|
+ data: str,
|
|
|
+ success() {
|
|
|
+ uni.showToast({
|
|
|
+ title: "复制成功",
|
|
|
+ icon: "none",
|
|
|
+ });
|
|
|
+ },
|
|
|
+ });
|
|
|
+ },
|
|
|
+ application() {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "/pageC/applicationRefund/applicationRefund",
|
|
|
+ });
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
- .detail {
|
|
|
- padding: 28rpx 20rpx;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 16rpx;
|
|
|
- margin-top: 28rpx;
|
|
|
-
|
|
|
- .title {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+.detail {
|
|
|
+ padding: 28rpx 20rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin-top: 28rpx;
|
|
|
|
|
|
- .title-left {
|
|
|
- display: flex;
|
|
|
- font-size: 32rpx;
|
|
|
- align-items: center;
|
|
|
+ .title {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
- .header-img {
|
|
|
- width: 36rpx;
|
|
|
- height: 36rpx;
|
|
|
- border-radius: 50%;
|
|
|
- margin-right: 20rpx;
|
|
|
- }
|
|
|
+ .title-left {
|
|
|
+ display: flex;
|
|
|
+ font-size: 32rpx;
|
|
|
+ align-items: center;
|
|
|
|
|
|
- .right-325 {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .header-img {
|
|
|
+ width: 36rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ }
|
|
|
|
|
|
- .order-status {
|
|
|
- color: #f83224;
|
|
|
- font-size: 26rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .right-325 {
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .commodity-information {
|
|
|
- margin-top: 28rpx;
|
|
|
+ .order-status {
|
|
|
+ color: #f83224;
|
|
|
+ font-size: 26rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .commodity-1 {
|
|
|
- display: flex;
|
|
|
+ .commodity-information {
|
|
|
+ margin-top: 28rpx;
|
|
|
|
|
|
- .commodity-img {
|
|
|
- width: 180rpx;
|
|
|
- height: 180rpx;
|
|
|
- margin-right: 20rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
- }
|
|
|
+ .commodity-1 {
|
|
|
+ display: flex;
|
|
|
|
|
|
- .commodity-2 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ .commodity-img {
|
|
|
+ width: 180rpx;
|
|
|
+ height: 180rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ }
|
|
|
|
|
|
- .commodity-title {
|
|
|
- width: 328rpx;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- margin-right: 38rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .commodity-2 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
- .commodity-3 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 20rpx;
|
|
|
- color: #777;
|
|
|
+ .commodity-title {
|
|
|
+ width: 366rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ margin-right: 38rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .specifications {
|
|
|
- font-size: 28rpx;
|
|
|
- color: #777;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .last{
|
|
|
- border-bottom: 2rpx solid rgba(151, 151, 151, .1);
|
|
|
- padding-bottom: 20rpx;
|
|
|
- }
|
|
|
- .btn-list{
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- button{
|
|
|
- width: 152rpx;
|
|
|
- height: 58rpx;
|
|
|
- border: 2rpx solid #979797;
|
|
|
- color: #444;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- font-size: 24rpx;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 34rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
- margin-left: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .detail-1{
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items: flex-end;
|
|
|
- padding-bottom: 20rpx;
|
|
|
- border-bottom: 2rpx solid rgba(151, 151, 151, .1);
|
|
|
- ._text-1{
|
|
|
- color: #222;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- ._text-2{
|
|
|
- color:#222;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- ._price{
|
|
|
- font-weight: 600;
|
|
|
- color:#222;
|
|
|
- }
|
|
|
- }
|
|
|
- .information {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 28rpx;
|
|
|
- align-items: flex-end;
|
|
|
- margin: 24rpx 0;
|
|
|
- ._label{
|
|
|
- font-size: 28rpx;
|
|
|
- color: #333;
|
|
|
- }
|
|
|
- ._title-right{
|
|
|
- font-size: 28rpx;
|
|
|
- color: #333;
|
|
|
- }
|
|
|
- }
|
|
|
- ._bottom{
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- font-size: 28rpx;
|
|
|
- align-items: flex-end;
|
|
|
- margin-top: 34rpx;
|
|
|
- }
|
|
|
+ .commodity-3 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ color: #777;
|
|
|
|
|
|
- }
|
|
|
-</style>
|
|
|
+ .specifications {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #777;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .last {
|
|
|
+ border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+ }
|
|
|
+ .btn-list {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ button {
|
|
|
+ width: 152rpx;
|
|
|
+ height: 58rpx;
|
|
|
+ border: 2rpx solid #979797;
|
|
|
+ color: #444;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ font-size: 24rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 34rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .detail-1 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ align-items: flex-end;
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+ border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
|
|
|
+ ._text-1 {
|
|
|
+ color: #222;
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
+ ._text-2 {
|
|
|
+ color: #222;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ ._price {
|
|
|
+ font-weight: 600;
|
|
|
+ color: #222;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .information {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 28rpx;
|
|
|
+ align-items: flex-end;
|
|
|
+ margin: 24rpx 0;
|
|
|
+ ._label {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ ._title-right {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ._bottom {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ font-size: 28rpx;
|
|
|
+ align-items: flex-end;
|
|
|
+ margin-top: 34rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|