@@ -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');
},