Browse Source

修复结业证状态显示问题

yindan 2 years ago
parent
commit
f7691daf94
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/graduation/graduation.js

+ 3 - 0
pages/graduation/graduation.js

@@ -32,6 +32,9 @@ Page({
         let detail = JSON.stringify(this.data.eInfo);
         Route.toCertificate(detail, this.data.isPre, {
             get: () => {
+                this.setData({
+                    'eInfo.graduateType': 1
+                });
                 const eventChannel = this.getOpenerEventChannel()
                 eventChannel.emit('refresh');
             },