|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="item-cmd_bx" @click="selectItem(info)">
|
|
<view class="item-cmd_bx" @click="selectItem(info)">
|
|
|
- <view class="img_bx" style="background:#eeeeee">
|
|
|
|
|
|
|
+ <view class="img_bx" style="background:#EEEEEE">
|
|
|
<image :src="info.cover" v-if="isImg"></image>
|
|
<image :src="info.cover" v-if="isImg"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
@@ -13,13 +13,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn">
|
|
<view class="open-bx warn">
|
|
|
- 单位:<text>{{ info.bigUnit }}</text>
|
|
|
|
|
|
|
+ <text>{{info.ratio}}{{info.smallUnit}}/{{ info.bigUnit }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import AppImg from "@/components/app-img";
|
|
import AppImg from "@/components/app-img";
|
|
|
export default {
|
|
export default {
|