Skip to content

Commit

Permalink
tokenスペルミス...😩
Browse files Browse the repository at this point in the history
  • Loading branch information
pfunami committed Jan 10, 2020
1 parent 8eb26a2 commit ad5f0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hospital-client/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hospital-client/src/settlement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// // 患者の情報を取得
// let promise2 = this.getPatientInfo();
// トークン情報の取得
let promise3 = this.getToeknData();
let promise3 = this.getTokenData();
// イベントの購読
// this.examination.subscribeEvent(this.callBackFunc); //2020/01/08コメントアウト
//
Expand All @@ -86,7 +86,7 @@
this.patientAddress = patientInfo.address;
this.patientData = JSON.parse(patientInfo.data);
},
async getToeknData() {
async getTokenData() {
this.tokenData = await this.examination.getTokenData();
},
async withDraw() {
Expand Down

0 comments on commit ad5f0a9

Please sign in to comment.