Commit 456a03bd authored by 罗超's avatar 罗超

2

parent 8cfc1866
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
}, },
methods: { methods: {
closePopup() { closePopup() {
console.log('close',this.showDig)
this.showDig=false
this.$emit("close"); this.$emit("close");
}, },
}, },
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
this.request2({ this.request2({
url: '/api/AppletCoffee/GetMyCoffeeVerificatInfo', url: '/api/AppletCoffee/GetMyCoffeeVerificatInfo',
data: { data: {
Code: new Date().getTime() Code: this.timestamp
} }
}, },
res => { res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment