@@ -23,6 +23,15 @@ Page({
Object.assign(this, Common)
this.getActivityList();
this.startCountdownTimer()
+
+ LuckDraw.getUserPrizeList({
+ mobile: "16602120168",
+ goodsType: 1,
+ page: 1,
+ pageSize: 20
+}).then(res => {
+}).catch(_ => {})
},
/**