Browse Source

Merge remote-tracking branch 'origin/feature/yc-mobile-0522' into feature/yc-mobile-0522

yangc 7 years ago
parent
commit
3011de0b59
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/search/GoodList.vue
  2. 1 1
      components/store/CommodityInfo.vue

+ 1 - 1
components/search/GoodList.vue

@@ -44,7 +44,7 @@
             <th width="160">品牌/型号/类目</th>
             <th width="100">包装/生产日期</th>
             <th width="110">商家名称</th>
-            <th width="110">库存</th>
+            <th width="120">库存</th>
             <th width="90">梯度/pcs</th>
             <th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货</th>
             <th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(含税)</span></th>

+ 1 - 1
components/store/CommodityInfo.vue

@@ -37,7 +37,7 @@
               <span class="name">品&nbsp;牌</span>:<span v-text="commodity.brandNameEn"></span>
             </div>
             <div class="com-info">
-              <span class="name">类&nbsp;目</span>:<span v-text="commodity.kindNameCn"></span>
+              <span class="name">类&nbsp;目</span>:<span v-text="commodity.kindNameCn || '无类目信息'"></span>
             </div>
             <div class="com-info">
               <span class="name">下&nbsp;载</span>:<a @click="toAttach(component.attach)" v-if="component.attach">规格书</a><span v-if="!component.attach">暂无信息</span>