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

2

parent 8cfc1866
......@@ -44,6 +44,8 @@
},
methods: {
closePopup() {
console.log('close',this.showDig)
this.showDig=false
this.$emit("close");
},
},
......
......@@ -172,7 +172,7 @@
this.request2({
url: '/api/AppletCoffee/GetMyCoffeeVerificatInfo',
data: {
Code: new Date().getTime()
Code: this.timestamp
}
},
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