Commit c926db6a authored by liwei's avatar liwei

修改了学历认证和工作认证上传

parent 8da2d5b2
......@@ -148,7 +148,7 @@
}
});
},
async updateImage(businessId) {
updateImage(businessId) {
var params = {
wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
memEducationPictureId: businessId,
......
......@@ -149,7 +149,7 @@
}
});
},
async updateImage(businessId) {
updateImage(businessId) {
var params = {
wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
memWorkPictureId: businessId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment