shish 1 year ago
parent
commit
807f3ec0f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdApp/src/admin/ghsProduct/detail.vue

+ 1 - 1
hdApp/src/admin/ghsProduct/detail.vue

@@ -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;">