Browse Source

sort commodity增加返回按钮

baolei 4 tháng trước cách đây
mục cha
commit
83c89bbc5f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/header/header.js

+ 1 - 1
components/header/header.js

@@ -14,7 +14,7 @@ Component({
         // 是否是预售、新品、上架
         position:function(value){
            this.setData({ 
-            specialProds:value === "new" || value === "hot" || value === "presale"
+            specialProds:value === "new" || value === "hot" || value === "presale" || value === "sort" 
            })
         }
     },