Browse Source

修复结业证状态显示问题

yindan 2 năm trước cách đây
mục cha
commit
f7691daf94
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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');
             },