Merge branch 'classify' of http://git.yoho.cn/mobile/YH_RNComponent into classify
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -126,7 +126,7 @@ class BrandStoreContainer extends Component { | @@ -126,7 +126,7 @@ class BrandStoreContainer extends Component { | ||
126 | _onPressStoreFilter(value) { | 126 | _onPressStoreFilter(value) { |
127 | if (value == 3) { | 127 | if (value == 3) { |
128 | let shopId = this.props.brandStore.shopId; | 128 | let shopId = this.props.brandStore.shopId; |
129 | - let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":${shopId},"page":"1"}}`; | 129 | + let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":${shopId}}}`; |
130 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url); | 130 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url); |
131 | } else { | 131 | } else { |
132 | this.props.actions.setStoreFilter(value); | 132 | this.props.actions.setStoreFilter(value); |
-
Please register or login to post a comment