|
@@ -6,6 +6,9 @@ import {
|
|
getLikeNotes,
|
|
getLikeNotes,
|
|
getLikeNote
|
|
getLikeNote
|
|
} from '~/api/video'
|
|
} from '~/api/video'
|
|
|
|
+import {
|
|
|
|
+ setFans
|
|
|
|
+} from '~/api/user'
|
|
import reachBottom from '~/mixins/reachBottom'
|
|
import reachBottom from '~/mixins/reachBottom'
|
|
Component({
|
|
Component({
|
|
behaviors: [reachBottom],
|
|
behaviors: [reachBottom],
|
|
@@ -208,5 +211,15 @@ Component({
|
|
},
|
|
},
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+ async setFans() {
|
|
|
|
+
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ await setFans({
|
|
|
|
+ uid: this.data.videoInfoCopy.user.uid
|
|
|
|
+ })
|
|
|
|
+ this.triggerEvent('setListFans', this.data.videoInfoCopy.user.uid) */
|
|
|
|
+ },
|
|
}
|
|
}
|
|
})
|
|
})
|