|
@@ -385,10 +385,10 @@ export default {
|
|
|
{
|
|
|
client: this.client,
|
|
|
eventCode: '28_分享活动',
|
|
|
- userName: 'this.$auth.user.username',
|
|
|
+ userName: this.$auth.user.username,
|
|
|
positionButton,
|
|
|
operationTime: this.getCurrentTime(),
|
|
|
- phoneNumber: 'this.$auth.user.phone',
|
|
|
+ phoneNumber: this.$auth.user.phone,
|
|
|
deviceId: ''
|
|
|
},
|
|
|
]);
|