このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
zhangzl
/
nsgk_mobile
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
产权:
rongxin_prod
yangfuda
1年前
親
cd4d7ca7ba
コミット
808646a7c9
3個のファイルの変更
、
9行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
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()
})
}
});
},
書き込み
プレビュー
読み込み中…
キャンセル
保存