Browse Source

Merge branch 'feature/99年卡活动' of Software/android-cloud-H5 into develop

huangxiaojing 2 years ago
parent
commit
589a352d86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activity/lottery/index.vue

+ 1 - 1
pages/activity/lottery/index.vue

@@ -329,7 +329,7 @@ export default {
     },
     makePoint(positionButton) {
       const now = new Date()
-      this.$axios.$post('/public/v5/buriedPointRecord/reportRecords',  [{client: this.client, eventCode: 'eventCode传27_抽奖流程', positionButton, operationTime: now.toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '') }])
+      this.$axios.$post('/public/v5/buriedPointRecord/reportRecords',  [{client: this.client, eventCode: '27_抽奖流程', userName: this.$auth.user.userName, positionButton, operationTime: now.toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '') }])
     },
     // 已经转动完转盘触发的函数
     endRotation() {