bobo лет назад: 3
Родитель
Сommit
bfee92383f
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      pages/luckDraw/index.js

+ 9 - 0
pages/luckDraw/index.js

@@ -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(_ => {})
     },
 
     /**