Authored by zhangxiaoru

js 检查

... ... @@ -13,8 +13,10 @@ module.exports = class extends global.yoho.BaseModel {
*/
shareIndex(activityId, isApp, uid) {
return api.all([this._CouponInfo(activityId, uid), this._redeatList(),
this._banner()]).then(result => {
return api.all([this._CouponInfo(activityId, uid),
this._redeatList(),
this._banner()
]).then(result => {
const indexData = {
newsFlash: []
... ...
... ... @@ -3,7 +3,6 @@ require('activity/friend-invite.page.css');
let PRDID = [];
$('.good-list').find('.goods-info').each(function() {
console.log($(this).data('good-id'));
PRDID.push($(this).data('good-id'));
});
... ...