bobo 3 년 전
부모
커밋
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(_ => {})
     },
 
     /**