Commit 4d686bce authored by lijiongliang's avatar lijiongliang

样式修改

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