Showing
1 changed file
with
1 additions
and
1 deletions
@@ -184,7 +184,7 @@ class IconMall extends Page { | @@ -184,7 +184,7 @@ class IconMall extends Page { | ||
184 | yoho.ready(() => { | 184 | yoho.ready(() => { |
185 | if (yoho && yoho.isMarsApp) { | 185 | if (yoho && yoho.isMarsApp) { |
186 | yoho.invokeMethod('go.mars_point', | 186 | yoho.invokeMethod('go.mars_point', |
187 | - {goodId: goodId, goodsLevel: goodsLevel, point: point, goodype: goodtype}); | 187 | + {goodId: goodId, goodsLevel: goodsLevel, point: point, goodType: goodtype}); |
188 | } else if (yoho && yoho.isNowApp) { | 188 | } else if (yoho && yoho.isNowApp) { |
189 | yoho.invokeMethod('go.yohoCoins', {goodId: goodId, point: point}); | 189 | yoho.invokeMethod('go.yohoCoins', {goodId: goodId, point: point}); |
190 | } | 190 | } |
-
Please register or login to post a comment