...
|
...
|
@@ -126,7 +126,7 @@ class BrandStoreContainer extends Component { |
|
|
_onPressStoreFilter(value) {
|
|
|
if (value == 3) {
|
|
|
let shopId = this.props.brandStore.shopId;
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":${shopId},"page":"1"}}`;
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":${shopId}}}`;
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
|
|
|
} else {
|
|
|
this.props.actions.setStoreFilter(value);
|
...
|
...
|
|