@@ -19,7 +19,7 @@
<view class="product" v-for="product in list" :key="product.productId" @click="onToDetail(product)">
<view class="cover"><image :src="product.image"></image></view>
<view class="content">
- <view class="title" v-text="product.name"></view>
+ <view class="title" v-html="product.name"></view>
<view class="unit">
<text class="label">规格:</text>
<text class="value" v-text="product.unit"></text>