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