优惠券bug修复

master
Sigo 3 years ago
parent e4920e221a
commit 0fe992d6b9

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

@ -35,7 +35,8 @@
</el-form> </el-form>
</div> </div>
</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> <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="share" label="分享人"></el-table-column>
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="sharePhone" label="分享人手机号码"></el-table-column> <el-table-column show-overflow-tooltip align="center" min-width="100" prop="sharePhone" label="分享人手机号码"></el-table-column>

Loading…
Cancel
Save