...
|
...
|
@@ -108,7 +108,7 @@ Page(Object.assign({ |
|
|
animation: null,
|
|
|
shareFlag: false,
|
|
|
notice: {},
|
|
|
lottery:{}
|
|
|
lottery: {}
|
|
|
},
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -255,6 +255,9 @@ Page(Object.assign({ |
|
|
this.service.fetchMyPrizeList({uid: this.data.uid, actPrizeId: this.data.actPrizeId}).then(res => {
|
|
|
let len = res.data.length > 3 ? 3 : res.data.length;
|
|
|
if (len) {
|
|
|
res.data.map((value) => {
|
|
|
value.user_thumb = formatImageUrl(value.user_thumb, 60, 60);
|
|
|
})
|
|
|
this.setData({
|
|
|
codeList: res.data,
|
|
|
})
|
...
|
...
|
|