Procházet zdrojové kódy

移动端首页显示划线价错误问题修复

evoxwht před 2 roky
rodič
revize
467bf0c6d2

+ 1 - 1
template/uni-app/pages/index/diy/components/promotionList.vue

@@ -27,7 +27,7 @@
 				</view>
 				<view class="text-info">
 					<view class="title line1" v-if="titleShow">{{item.store_name}}</view>
-					<view class="old-price" v-if="opriceShow">{{$t(`¥`)}}{item.ot_price}}</view>
+					<view class="old-price" v-if="opriceShow">{{$t(`¥`)}}{{item.ot_price}}</view>
 					<view class="price" :style="{color:fontColor}">
 						<view v-if="priceShow">
 							<text>{{$t(`¥`)}}</text>{{item.price}}