Browse Source

屏蔽生产日期

gcz 4 years ago
parent
commit
948112d927
2 changed files with 2 additions and 2 deletions
  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-brand">{{product.brandName}}<!-- <text class="postage">包邮</text> --></view>
 			<view class="product-info-item">
 			<view class="product-info-item">
 				<text class="item">保质期:{{product.qualityGuaranteePeriod||"参考包装"}}</text>
 				<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>
 				<text class="item" v-if="product.unit">包装:{{product.unit}}</text>
 			</view>
 			</view>
 			<view class="product-info-price">
 			<view class="product-info-price">

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/build/h5/index.html