Skip to content

Commit

Permalink
real time fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rikziailham committed Aug 19, 2021
1 parent 71b07cd commit a91815a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/InteractionPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default {
this.showVerifyCodeModal = false;
},
showPolling(indexPolling) {
this.indexPolling = index;
this.indexPolling = indexPolling;
const isCannotAccess = localStorage.getItem('isCannotAccess');
if (isCannotAccess == this.polling.id) {
this.$notify({
Expand Down Expand Up @@ -195,9 +195,9 @@ export default {
const params = {
interaction_id: this.polling.id,
phone:'',
answer:key,
price:0,
phone: this.phone,
answer: key,
price: 0,
}
userInteraction.create(params, callback, errCallback)
Expand Down

0 comments on commit a91815a

Please sign in to comment.