hejianhao
2025-02-27 70780a4da8f61b3c63abad0137f1d6299a2bde2e
s删除console.log(
2个文件已修改
16 ■■■■ 已修改文件
H5/pages/index/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/progress/progress.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/index/index.vue
@@ -163,19 +163,19 @@
        methods: {
            Allread() {
                getread().then(resp => {
                    this.getMessagelist()
                })
            },
            getBanner() {
                getBanner().then(resp => {
                    this.bannerlist = resp.data
                })
            },
            getappletcinfo() {
                getappletcinfo().then(resp => {
                    this.userInfo = resp.data
                    this.member = resp.data ? 2 : 1
                    uni.setStorageSync('userInfo', resp.data)
@@ -188,7 +188,7 @@
                    pageSize: 5
                }
                getMessagelist(data).then(resp => {
                    if (resp.data.records.length < 5 && this.pageNum == 1) {
                        this.msgListTotal = resp.data.records
                        this.isLoading = true
@@ -232,7 +232,7 @@
                        1)
                    this.noreadlists = this.msgLists.filter(item => item.readStatus === 0)
                    this.noreadlist = this.msgList.filter(item => item.readStatus === 0)
                })
            },
            changeActive(value) {
@@ -251,12 +251,12 @@
            },
            change() {
            },
            onClick() {
                this.isClick = true
            },
            goTopage() {
                uni.navigateTo({
H5/pages/progress/progress.vue
@@ -114,7 +114,7 @@
            getComplaintDetail({
                id: params.id
            }).then(res => {
                console.log('res', res)
                this.info = {
                    ...res.data
                }