...
|
...
|
@@ -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: []
|
...
|
...
|
|