Procházet zdrojové kódy

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

huangxiaojing před 2 roky
rodič
revize
589a352d86
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() {