|
@@ -8,7 +8,7 @@
|
|
|
<view class="tui-pro-titbox">
|
|
<view class="tui-pro-titbox">
|
|
|
<view class="tui-pro-title app-size-32">
|
|
<view class="tui-pro-title app-size-32">
|
|
|
<text v-if="productInfo.presell == 1">【预售】</text>
|
|
<text v-if="productInfo.presell == 1">【预售】</text>
|
|
|
- <text v-if="Number(productInfo.discountPrice) > 0">【特价】</text>
|
|
|
|
|
|
|
+ <text v-if="Number(productInfo.discountPrice) > 0">【推荐】</text>
|
|
|
{{ productInfo.name}}
|
|
{{ productInfo.name}}
|
|
|
</view>
|
|
</view>
|
|
|
<button open-type="share" class="tui-share-btn tui-share-position" style="background-color:#EDEDED;">
|
|
<button open-type="share" class="tui-share-btn tui-share-position" style="background-color:#EDEDED;">
|