|
@@ -94,7 +94,7 @@ export default {
|
|
|
confirm(e) {
|
|
|
this.loding = true;
|
|
|
uni.showLoading({
|
|
|
- title: '提交中',
|
|
|
+ title: this.$t("userinfo.u23"),
|
|
|
mask: true
|
|
|
});
|
|
|
Reset({
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.loding = false;
|
|
|
uni.showToast({
|
|
|
- title: '修改成功',
|
|
|
+ title: this.$t("safe.d3"),
|
|
|
icon:"success",
|
|
|
mask:true
|
|
|
});
|