...
|
...
|
@@ -184,7 +184,7 @@ class IconMall extends Page { |
|
|
yoho.ready(() => {
|
|
|
if (yoho && yoho.isMarsApp) {
|
|
|
yoho.invokeMethod('go.mars_point',
|
|
|
{goodId: goodId, goodsLevel: goodsLevel, point: point, goodype: goodtype});
|
|
|
{goodId: goodId, goodsLevel: goodsLevel, point: point, goodType: goodtype});
|
|
|
} else if (yoho && yoho.isNowApp) {
|
|
|
yoho.invokeMethod('go.yohoCoins', {goodId: goodId, point: point});
|
|
|
}
|
...
|
...
|
|