Explorar el Código

手机号处理

kk.shi hace 3 años
padre
commit
fa04bf4c07
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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) {