update about api
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<view class="item">
|
||||
<image></image>
|
||||
<image :src="info.complain_goods_image"></image>
|
||||
<view class="people">
|
||||
<view class="status">已受理</view>
|
||||
<view class="goods-name u-line-1">心机小黑裙连衣裙赫本风夏季爆款...</view>
|
||||
<view class="status">{{info.complain_status==0?"未受理":"已审核"}}</view>
|
||||
<view class="goods-name u-line-1">{{info.complain_goods_name}}</view>
|
||||
<view class="info">
|
||||
<view class="name">骑手:李先生</view>
|
||||
<view class="price">¥199.9</view>
|
||||
<view class="name">骑手:{{info.takeawayer_name}}</view>
|
||||
<view class="price">¥{{info.complain_goods_price*info.complain_goods_num}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -16,8 +16,14 @@ export default {
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {
|
||||
props: {
|
||||
info:{
|
||||
type: Object,
|
||||
default: null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@@ -35,7 +41,6 @@ export default {
|
||||
height: 160rpx;
|
||||
flex-shrink: 0;
|
||||
margin-right: 25rpx;
|
||||
background-color: aqua;
|
||||
}
|
||||
.people {
|
||||
.status {
|
||||
|
||||
Reference in New Issue
Block a user