|
|
@ -3,6 +3,7 @@ |
|
|
<view class="flex-col group_4"> |
|
|
<view class="flex-col group_4"> |
|
|
<view class="flex-col section_2"> |
|
|
<view class="flex-col section_2"> |
|
|
<view class="flex-row equal-division"> |
|
|
<view class="flex-row equal-division"> |
|
|
|
|
|
<!-- todo 评卡详情图 --> |
|
|
<image |
|
|
<image |
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793576171527.png" |
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793576171527.png" |
|
|
class="equal-division-item" |
|
|
class="equal-division-item" |
|
|
@ -16,19 +17,19 @@ |
|
|
<view class="flex-col section_3"> |
|
|
<view class="flex-col section_3"> |
|
|
<view class="flex-row"> |
|
|
<view class="flex-row"> |
|
|
<text class="text_2">编号</text> |
|
|
<text class="text_2">编号</text> |
|
|
<text class="text_3">847539845935940</text> |
|
|
|
|
|
|
|
|
<text class="text_3">{{ details.order.order_num }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex-row group_6"> |
|
|
<view class="flex-row group_6"> |
|
|
<text class="text_4">系列</text> |
|
|
<text class="text_4">系列</text> |
|
|
<text class="text_5">nx系列</text> |
|
|
|
|
|
|
|
|
<text class="text_5">{{ details.order.card_series }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex-row group_7"> |
|
|
<view class="flex-row group_7"> |
|
|
<text class="text_6">子系列</text> |
|
|
<text class="text_6">子系列</text> |
|
|
<text class="text_7">n系列</text> |
|
|
|
|
|
|
|
|
<text class="text_7">{{ details.order.sub_card_series }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex-row group_8"> |
|
|
<view class="flex-row group_8"> |
|
|
<text class="text_8">发行商</text> |
|
|
<text class="text_8">发行商</text> |
|
|
<text class="text_9">华克发行商</text> |
|
|
|
|
|
|
|
|
<text class="text_9">{{ details.order.publisher }}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="justify-between section_4"> |
|
|
<view class="justify-between section_4"> |
|
|
@ -36,34 +37,34 @@ |
|
|
<view class="flex-col items-center"> |
|
|
<view class="flex-col items-center"> |
|
|
<view class="group_11"> |
|
|
<view class="group_11"> |
|
|
<text class="text_10">居中分:</text> |
|
|
<text class="text_10">居中分:</text> |
|
|
<text class="text_11">10</text> |
|
|
|
|
|
|
|
|
<text class="text_11">{{ details.order.center_s }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="group_12"> |
|
|
<view class="group_12"> |
|
|
<text class="text_12">边框分:</text> |
|
|
<text class="text_12">边框分:</text> |
|
|
<text class="text_13">10</text> |
|
|
|
|
|
|
|
|
<text class="text_13">{{ details.order.border_s }}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="group_13"> |
|
|
<view class="group_13"> |
|
|
<text class="text_14">表面分:</text> |
|
|
<text class="text_14">表面分:</text> |
|
|
<text class="text_15">9.5</text> |
|
|
|
|
|
|
|
|
<text class="text_15">{{ details.order.front }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="group_14"> |
|
|
<view class="group_14"> |
|
|
<text class="text_16">签字分:</text> |
|
|
<text class="text_16">签字分:</text> |
|
|
<text class="text_17">9</text> |
|
|
|
|
|
|
|
|
<text class="text_17">{{ details.order.sign_s }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="group_15"> |
|
|
<view class="group_15"> |
|
|
<text class="text_18">卡角分:</text> |
|
|
<text class="text_18">卡角分:</text> |
|
|
<text class="text_19">9</text> |
|
|
|
|
|
|
|
|
<text class="text_19">{{ details.order.corner_s }}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex-col items-center section_5"> |
|
|
<view class="flex-col items-center section_5"> |
|
|
<text class="text_20">9.5</text> |
|
|
|
|
|
|
|
|
<text class="text_20">{{ details.order.total_s }}</text> |
|
|
<text class="text_21">总评分</text> |
|
|
<text class="text_21">总评分</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex-col section_6"> |
|
|
<view class="flex-col section_6"> |
|
|
<view class="flex-col group_16"> |
|
|
<view class="flex-col group_16"> |
|
|
<lf-table :Header="header" :Content="content" height="auto" width="686" :showNumber="false"></lf-table> |
|
|
|
|
|
|
|
|
<lf-table :Header="header" :Content="details.history" height="auto" width="686" :showNumber="false" v-if="$isRight(details.history)"></lf-table> |
|
|
<view class="flex-col items-center button" @click="setClipboardData"> |
|
|
<view class="flex-col items-center button" @click="setClipboardData"> |
|
|
<text>复制拍卖链接</text> |
|
|
<text>复制拍卖链接</text> |
|
|
</view> |
|
|
</view> |
|
|
@ -74,7 +75,8 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import lfTable from '@/components/lf-table.vue' |
|
|
|
|
|
|
|
|
import lfTable from '@/components/lf-table.vue'; |
|
|
|
|
|
import { gradingDetail } from '@/service/grading.js' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
|
@ -85,22 +87,27 @@ |
|
|
header: [{ |
|
|
header: [{ |
|
|
text: '评级', |
|
|
text: '评级', |
|
|
width: 343, |
|
|
width: 343, |
|
|
key: 'rating' |
|
|
|
|
|
|
|
|
key: 'title' |
|
|
},{ |
|
|
},{ |
|
|
text: '数量', |
|
|
text: '数量', |
|
|
width: 343, |
|
|
width: 343, |
|
|
key: 'number' |
|
|
|
|
|
|
|
|
key: 'num' |
|
|
}], |
|
|
}], |
|
|
content: [{ |
|
|
|
|
|
rating: '10', |
|
|
|
|
|
number: 1 |
|
|
|
|
|
},{ |
|
|
|
|
|
rating: '12', |
|
|
|
|
|
number: 3 |
|
|
|
|
|
}] |
|
|
|
|
|
|
|
|
details: {}, |
|
|
|
|
|
id: '' |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|
|
|
onLoad(options){ |
|
|
|
|
|
this.id = options.id || 4; // todo 先写死id |
|
|
|
|
|
this.getGradingDetail(); |
|
|
|
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
async getGradingDetail(){ |
|
|
|
|
|
let res = await gradingDetail(this.id); |
|
|
|
|
|
console.log("res", res); |
|
|
|
|
|
this.details = res.data.datas; |
|
|
|
|
|
}, |
|
|
|
|
|
// 复制拍卖链接 todo |
|
|
setClipboardData(){ |
|
|
setClipboardData(){ |
|
|
uni.setClipboardData({ |
|
|
uni.setClipboardData({ |
|
|
data: '测试' |
|
|
data: '测试' |
|
|
|