Commit 0707e11a authored by 黄媛媛's avatar 黄媛媛

11

parent 85af3412
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
#list1{ #list1{
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: flex-end; align-items: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
...@@ -404,6 +404,7 @@ export default { ...@@ -404,6 +404,7 @@ export default {
this.loading = false; this.loading = false;
this.Select=moment().format("YYYY-MM-DD HH:mm:ss"); this.Select=moment().format("YYYY-MM-DD HH:mm:ss");
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataInfo=res.data.data;
this.dataInfo.CouponReceiveCount = res.data.data.CouponReceiveCount; this.dataInfo.CouponReceiveCount = res.data.data.CouponReceiveCount;
let val = this.dataInfo.CouponReceiveCount; let val = this.dataInfo.CouponReceiveCount;
if(!this.dataInfo.resultList){ if(!this.dataInfo.resultList){
......
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