默认提交
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -261,7 +261,7 @@ Page({ | ... | @@ -261,7 +261,7 @@ Page({ |
261 | 261 | ||
262 | this.checkSubmit().then((result) => { | 262 | this.checkSubmit().then((result) => { |
263 | // 先上传图片到服务器 | 263 | // 先上传图片到服务器 |
264 | this.uploadToCustomService(pics).then((result) => { | 264 | // this.uploadToCustomService(pics).then((result) => { |
265 | let verifyInfo = { | 265 | let verifyInfo = { |
266 | realName: name, | 266 | realName: name, |
267 | storeName: shopName, | 267 | storeName: shopName, |
... | @@ -270,7 +270,7 @@ Page({ | ... | @@ -270,7 +270,7 @@ Page({ |
270 | phone: mobile, | 270 | phone: mobile, |
271 | verifyCode: verifyCode, | 271 | verifyCode: verifyCode, |
272 | memberTypeCode: memberTypeCode, | 272 | memberTypeCode: memberTypeCode, |
273 | images: result[0] | 273 | images: "" |
274 | } | 274 | } |
275 | 275 | ||
276 | app.post({ | 276 | app.post({ |
... | @@ -281,7 +281,7 @@ Page({ | ... | @@ -281,7 +281,7 @@ Page({ |
281 | path: "vipVerify" | 281 | path: "vipVerify" |
282 | }) | 282 | }) |
283 | }); | 283 | }); |
284 | }) | 284 | // }) |
285 | }) | 285 | }) |
286 | 286 | ||
287 | }, | 287 | }, | ... | ... |
-
Please register or sign in to post a comment