Showing
1 changed file
with
2 additions
and
7 deletions
@@ -152,13 +152,8 @@ class ContentListContainer extends Component { | @@ -152,13 +152,8 @@ class ContentListContainer extends Component { | ||
152 | if (data && !data.link) { | 152 | if (data && !data.link) { |
153 | return; | 153 | return; |
154 | } | 154 | } |
155 | - let param = { | ||
156 | - action: 'go.h5', | ||
157 | - params: { | ||
158 | - url:data && data.link, | ||
159 | - } | ||
160 | - } | ||
161 | - let path = 'http://m.yohobuy.com?openby:yohobuy=' + JSON.stringify(param); | 155 | + |
156 | + let path = data.link; | ||
162 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(path); | 157 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(path); |
163 | } | 158 | } |
164 | 159 |
-
Please register or login to post a comment