Showing
1 changed file
with
5 additions
and
0 deletions
| 1 | +import { TrackConstants, TrackingButton } from 'wdTracking/Index' | ||
| 1 | import MinePageDatasModel from '../../../model/MinePageDatasModel' | 2 | import MinePageDatasModel from '../../../model/MinePageDatasModel' |
| 2 | import { onlyWifiLoadImg } from '../../../utils/lazyloadImg' | 3 | import { onlyWifiLoadImg } from '../../../utils/lazyloadImg' |
| 3 | import { AppointmentOperationRequestItem } from '../../../viewmodel/AppointmentOperationRequestItem' | 4 | import { AppointmentOperationRequestItem } from '../../../viewmodel/AppointmentOperationRequestItem' |
| @@ -200,6 +201,10 @@ export struct AppointmentListChildComponent { | @@ -200,6 +201,10 @@ export struct AppointmentListChildComponent { | ||
| 200 | if (value != null) { | 201 | if (value != null) { |
| 201 | if (value.code === 0 || value.code.toString() === "0") { | 202 | if (value.code === 0 || value.code.toString() === "0") { |
| 202 | this.item.isAppointment = !this.item.isAppointment | 203 | this.item.isAppointment = !this.item.isAppointment |
| 204 | + | ||
| 205 | + if(!this.item.isAppointment){ | ||
| 206 | + TrackingButton.click("mySavedLivePageUnSubscribe",TrackConstants.PageName.My_Saved_Live,TrackConstants.PageName.My_Saved_Live) | ||
| 207 | + } | ||
| 203 | } | 208 | } |
| 204 | } | 209 | } |
| 205 | }) | 210 | }) |
-
Please register or login to post a comment