Przeglądaj źródła

手机号处理

kk.shi 3 lat temu
rodzic
commit
fa04bf4c07
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      pages/luckDraw/prize.js
  2. 1 1
      pages/luckDraw/profile.js

+ 1 - 1
pages/luckDraw/prize.js

@@ -79,7 +79,7 @@ Page({
       LuckDraw.getUserPrizeList({
           page: this.data.page,
           pageSize: this.data.pageSize,
-          mobile: "16602120168",
+          mobile: getMobileCache(),
           goodsType: 2
       }).then(res => {
           if (res.code == 200) {

+ 1 - 1
pages/luckDraw/profile.js

@@ -78,7 +78,7 @@ Page({
         LuckDraw.getUserPrizeList({
             page: this.data.page,
             pageSize: this.data.pageSize,
-            mobile: "16602120168",
+            mobile: getMobileCache(),
             goodsType: 1
         }).then(res => {
             if (res.code == 200) {