25220
This commit is contained in:
@@ -73,6 +73,7 @@ import AiEmpty from "../../components/AiEmpty";
|
||||
import AiTopFixed from "../../components/AiTopFixed";
|
||||
import {add, detail, read} from "./components";
|
||||
import AiOpenData from "../../components/AiOpenData";
|
||||
import {mapActions} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "AppNotification",
|
||||
@@ -139,6 +140,7 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions(['injectJWeixin']),
|
||||
emitShow() {
|
||||
const {id} = this.$route.query
|
||||
if (id) {
|
||||
@@ -150,7 +152,9 @@ export default {
|
||||
this.showList = false;
|
||||
}
|
||||
this.current = 1;
|
||||
this.getList();
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getList();
|
||||
})
|
||||
},
|
||||
emitReachBottom() {
|
||||
this.current = this.current + 1;
|
||||
|
||||
@@ -77,7 +77,9 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.getDetail();
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user