Commit 54deadef authored by pete谢兆麟's avatar pete谢兆麟

埋点需求提交

parent e9d251ca
......@@ -220,9 +220,9 @@ extension YHSelectViewController: UITableViewDelegate, UITableViewDataSource {
}
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
YHAnalytics.track("APP_GalaxySelectionPage_LiveAvatar")
let model = self.viewModel.goodsArray[indexPath.row]
var url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/goods/sales-detail" + "?id=\(model.id)"
YHAnalytics.track("APP_GalaxySelectionPage_ClickProduct", properties: ["productID": model.id])
if YHLoginManager.shared.isLogin() {
let token = YHLoginManager.shared.h5Token
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment