huangxiaojing пре 2 година
родитељ
комит
eeb85f18e0
1 измењених фајлова са 1 додато и 1 уклоњено
  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: 'eventCode传27_抽奖流程', userName: this.$auth.user.userName, positionButton, operationTime: now.toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '') }])
     },
     // 已经转动完转盘触发的函数
     endRotation() {