...
|
...
|
@@ -103,7 +103,11 @@ class BrandStoreContainer extends Component { |
|
|
}
|
|
|
|
|
|
_onPressFindSimilar(product) {
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpFindSimilar(product);
|
|
|
if (!product) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpFindSimilar(product.toJS());
|
|
|
}
|
|
|
|
|
|
resetReceiveCouponResult(){
|
...
|
...
|
|