Commit 4d686bce authored by lijiongliang's avatar lijiongliang

样式修改

parent b9e47d2b
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
export default { export default {
data() { data() {
return { return {
pooupSuccess: true, pooupSuccess: false,
timerNum: 3, timerNum: 3,
timer:null, timer:null,
clickState:false, //节流 clickState:false, //节流
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
url: '/app/user/send/coupon', url: '/app/user/send/coupon',
method: 'post' method: 'post'
}; };
let time = setTimeout(()=>{ setTimeout(()=>{
this.http.httpTokenRequest(opts, {}).then(res => { this.http.httpTokenRequest(opts, {}).then(res => {
uni.hideLoading() uni.hideLoading()
if (res.data.code == 200) { if (res.data.code == 200) {
......
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