|
|
@@ -9,7 +9,7 @@
|
|
|
</view>
|
|
|
<view class="cmd-info_bx active" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
|
|
|
<view class="tit">{{ info.itemName || "" }}</view>
|
|
|
- <view class="kc">¥{{ parseFloat(info.price) }}</view>
|
|
|
+ <view class="kc">¥{{ parseFloat(info.price) }} <text style="margin-left:15upx;font-weight:normal;color:#333333;font-size:20upx;">¥{{ parseFloat(info.skPrice) }}</text></view>
|
|
|
<view class="num-open_bx">
|
|
|
<template>
|
|
|
<view class="open-bx">
|