瀏覽代碼

上传username

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() {