@@ -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' ? '未确认' : '已确认';
}