ec3507b2 by simon

默认提交

1 parent 3e1d060c
......@@ -261,7 +261,7 @@ Page({
this.checkSubmit().then((result) => {
// 先上传图片到服务器
this.uploadToCustomService(pics).then((result) => {
// this.uploadToCustomService(pics).then((result) => {
let verifyInfo = {
realName: name,
storeName: shopName,
......@@ -270,7 +270,7 @@ Page({
phone: mobile,
verifyCode: verifyCode,
memberTypeCode: memberTypeCode,
images: result[0]
images: ""
}
app.post({
......@@ -281,7 +281,7 @@ Page({
path: "vipVerify"
})
});
})
// })
})
},
......