Quellcode durchsuchen

添加奖品图片imgUrl

zj vor 3 Jahren
Ursprung
Commit
8c7cb01b36
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/app/pages/share/share.component.ts

+ 1 - 1
src/app/pages/share/share.component.ts

@@ -22,7 +22,7 @@ export class ShareComponent implements OnInit {
     this.activatedRoute.queryParams.subscribe(res => {
       if (res) {
         if (res.participantId && res.campaignId && res.reqChannel) {
-          // i:participantId 邀请人id;a:campaignId 活动id  ;c: reqChannel:渠道 int
+          // participantId 邀请人id;campaignId 活动id  ; reqChannel:渠道 int
           this.params = {
             participantId: res.participantId,
             campaignId: res.campaignId,