Commit 4ec8c0af95923366f66597de1442e16df4b02d9c

Authored by 柏杨
1 parent 15951d61

fix: 删除价格,prod2-74/75

components/MobileProductDetail.vue
@@ -163,9 +163,9 @@ @@ -163,9 +163,9 @@
163 </td> 163 </td>
164 <td v-if="item.priceShow" class="td"> 164 <td v-if="item.priceShow" class="td">
165 <div style="color: #df3931">${{ item.price }}</div> 165 <div style="color: #df3931">${{ item.price }}</div>
166 - <s style="font-size: 13px; color: #757575">  
167 - ${{ item.originPrice }}</s  
168 - > 166 +<!-- <s style="font-size: 13px; color: #757575">-->
  167 +<!-- ${{ item.originPrice }}</s-->
  168 +<!-- >-->
169 </td> 169 </td>
170 <!-- <td class="td"> 170 <!-- <td class="td">
171 <v-btn 171 <v-btn
components/ProductDetail.vue
@@ -158,9 +158,9 @@ @@ -158,9 +158,9 @@
158 <div style="color: #df3931"> 158 <div style="color: #df3931">
159 {{ item.price + " " + item.priceUnit }} 159 {{ item.price + " " + item.priceUnit }}
160 </div> 160 </div>
161 - <s style="font-size: 13px; color: #757575">{{  
162 - item.originPrice + " " + item.priceUnit  
163 - }}</s> 161 +<!-- <s style="font-size: 13px; color: #757575">{{-->
  162 +<!-- item.originPrice + " " + item.priceUnit-->
  163 +<!-- }}</s>-->
164 </td> 164 </td>
165 <td class="td"> 165 <td class="td">
166 <v-btn 166 <v-btn
deploy/prod2.sh
1 #!/bin/bash 1 #!/bin/bash
2 # 变量定义 2 # 变量定义
3 -LAST_TAG="1.0.73"  
4 -TAG="1.0.74" 3 +LAST_TAG="1.0.74"
  4 +TAG="1.0.75"
5 TARGET_PATH="/root/web/canrud-outside-nuxt-front" 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 IMAGE_NAME="canrud-outside-front" 7 IMAGE_NAME="canrud-outside-front"