lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
610136bf8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/classes/parts/class-table.vue

+ 1 - 1
src/views/classes/parts/class-table.vue

@@ -444,7 +444,7 @@ export default {
         const { notified } = this.noticeList;
         if (notified) {
           const r = notified.find(f => f.notifiedid == teaid);
-          if (!r) word = '未绑定微信';
+          if (!r) word = '未收到通知';
           else {
             word = r.status == '0' ? '未确认' : '已确认';
           }