Authored by 张孝茹

type

@@ -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 }