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