本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
产权:
rongxin_prod
yangfuda
1 年之前
父節點
cd4d7ca7ba
當前提交
808646a7c9
共有
3 個檔案被更改
,包括
9 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
})
}
});
},
Write
Preview
Loading…
取消
儲存