优惠券bug修复

master
Sigo 3 years ago
parent e4920e221a
commit 0fe992d6b9

@ -35,9 +35,9 @@ export default {
this.openid = ''
this.dialogFormVisible = true
this.handleDeleteJavaOpenid()
setTimeout(() => {
that.codeNumber = 3
}, 600000);
// setTimeout(() => {
// that.codeNumber = 3
// }, 60000);
},
close() {
this.qrCode = ''
@ -52,7 +52,11 @@ export default {
this.qrCode = window.URL.createObjectURL(res)
getOpenid = setInterval(() => {
that.fetchJavaOpenid()
}, 5000);
}, 2000);
setTimeout(() => {
clearInterval(getOpenid)
that.codeNumber = 3
}, 60000);
})
},
// openid
@ -112,7 +116,7 @@ export default {
left: 27px;
width: 346px;
height: 346px;
background-color: #808080;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
@ -120,7 +124,7 @@ export default {
}
.title {
font-size: 28px;
color: #fff;
/* color: #fff; */
margin-top: 30px;
}
</style>

@ -35,7 +35,8 @@
</el-form>
</div>
</div>
<el-table style="width: 100%;margin-top:5px" :header-cell-style="{background: 'linear-gradient(#6cb3ff, #1873d4)' ,color:'#eeeeee'}" ref="list" class="custom-table" highlight-current-row border v-loading="listLoading" :data="list" max-height="600px" :element-loading-text="elementLoadingText" @row-dblclick="handleGot">
<!-- <el-table style="width: 100%;margin-top:5px" :header-cell-style="{background: 'linear-gradient(#6cb3ff, #1873d4)' ,color:'#eeeeee'}" ref="list" class="custom-table" highlight-current-row border v-loading="listLoading" :data="list" max-height="600px" :element-loading-text="elementLoadingText" @row-dblclick="handleGot"> -->
<el-table style="width: 100%;margin-top:5px" :header-cell-style="{background: 'linear-gradient(#6cb3ff, #1873d4)' ,color:'#eeeeee'}" ref="list" class="custom-table" highlight-current-row border v-loading="listLoading" :data="list" max-height="600px" :element-loading-text="elementLoadingText">
<template slot="empty"></template>
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="share" label="分享人"></el-table-column>
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="sharePhone" label="分享人手机号码"></el-table-column>

Loading…
Cancel
Save