Parcourir la source

屏蔽生产日期

gcz il y a 4 ans
Parent
commit
948112d927
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      pages/product/product.vue
  2. 1 1
      unpackage/dist/build/h5/index.html

+ 1 - 1
pages/product/product.vue

@@ -14,7 +14,7 @@
 			<view class="product-info-brand">{{product.brandName}}<!-- <text class="postage">包邮</text> --></view>
 			<view class="product-info-item">
 				<text class="item">保质期:{{product.qualityGuaranteePeriod||"参考包装"}}</text>
-				<text class="item">生产日期:{{createTime}}</text>
+				<!-- <text class="item">生产日期:{{createTime}}</text> -->
 				<text class="item" v-if="product.unit">包装:{{product.unit}}</text>
 			</view>
 			<view class="product-info-price">

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
unpackage/dist/build/h5/index.html