Showing
1 changed file
with
2 additions
and
3 deletions
| @@ -198,11 +198,10 @@ export struct ImageAndTextPageComponent { | @@ -198,11 +198,10 @@ export struct ImageAndTextPageComponent { | ||
| 198 | 198 | ||
| 199 | private async getRecommend() { | 199 | private async getRecommend() { |
| 200 | let params: postRecommendListParams = { | 200 | let params: postRecommendListParams = { |
| 201 | - // TODO ? imei: HttpUtils.getImei() | ||
| 202 | - imei: "8272c108-4fa2-34ce-80b9-bc425a7c2a7e", | 201 | + imei: HttpUtils.getImei(), |
| 203 | userId: HttpUtils.getUserId(), | 202 | userId: HttpUtils.getUserId(), |
| 204 | contentId: String(this.contentDetailData[0]?.newsId), | 203 | contentId: String(this.contentDetailData[0]?.newsId), |
| 205 | - recType: 1, | 204 | + recType: Number(this.contentDetailData[0]?.reLInfo?.relType), |
| 206 | contentType: this.contentDetailData[0]?.newsType, | 205 | contentType: this.contentDetailData[0]?.newsType, |
| 207 | relId: this.contentDetailData[0]?.reLInfo?.relId, | 206 | relId: this.contentDetailData[0]?.reLInfo?.relId, |
| 208 | channelId: String(this.contentDetailData[0]?.reLInfo?.channelId) | 207 | channelId: String(this.contentDetailData[0]?.reLInfo?.channelId) |
-
Please register or login to post a comment