使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangzl
/
nsgk_mobile
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
产权:
rongxin_prod
yangfuda
1年前
父节点
cd4d7ca7ba
当前提交
808646a7c9
共有
3 个文件被更改
,包括
9 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
src/views/user/accountSetting/bankInformation/index.vue
+3
-0
src/views/user/accountSetting/passWordInformation/index.vue
+3
-3
src/views/user/accountSetting/userInformation/userInformation.vue
+ 3
- 0
src/views/user/accountSetting/bankInformation/index.vue
查看文件
@@ -214,6 +214,9 @@ import {depositList, realtimeBackList} from "@/api/register";
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
}
});
},
+ 3
- 0
src/views/user/accountSetting/passWordInformation/index.vue
查看文件
@@ -57,6 +57,9 @@ import {Dialog} from "vant";
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
}
});
}
+ 3
- 3
src/views/user/accountSetting/userInformation/userInformation.vue
查看文件
@@ -288,9 +288,9 @@ export default {
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
.then(() => {
this.onClickLeft()
})
}
});
},
撰写
预览
正在加载...
取消
保存