|
if (res.errcode == '0') that.$set(that, `recomList`, res.data);
|
|
if (res.errcode == '0') that.$set(that, `recomList`, res.data);
|
|
res = await that.$api(`/platformAct`, 'GET', {
|
|
res = await that.$api(`/platformAct`, 'GET', {
|
|
if (res.errcode == '0') that.$set(that, `platformactList`, res.data);
|
|
if (res.errcode == '0') that.$set(that, `platformactList`, res.data);
|