mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 19:16:43 +08:00
【银保app】我的页面增加错误提示
This commit is contained in:
@@ -110,6 +110,7 @@ export default {
|
||||
}
|
||||
homeConfigYB(params).then(res=>{
|
||||
if(res.result == 0){
|
||||
console.log(res)
|
||||
if(res.content.icon){
|
||||
res.content.icon.myPageIcon.forEach(item=>{
|
||||
this.menu1.push({
|
||||
@@ -135,6 +136,7 @@ export default {
|
||||
} else if(uploadResult.code==1) {
|
||||
//头像选择或上传失败 错误信息
|
||||
let errorMessage = uploadResult.message
|
||||
this.$toast(errorMessage)
|
||||
// 提示异常信息
|
||||
// 用户选择了头像预览
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user