13404089107
2025-03-18 d661076c46b142d2e7ac5719fc02bc6438b3fd09
H5/pages/index/index.vue
@@ -73,7 +73,8 @@
               <image class="w-81 h-77 ml-38" src="/static/home/img8.png" mode=""></image>
               <text class="ml-37 font-bold">统计分析</text>
            </view>
            <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @tap.stop="toCertificationAudit" v-if="showData && userInfo.isAdmin == 1">
            <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @tap.stop="toCertificationAudit"
               v-if="showData && userInfo.isAdmin == 1">
               <image class="w-81 h-77 ml-38" src="/static/home/Group 2@2x.png" mode=""></image>
               <text class="ml-37 font-bold">党员审核</text>
            </view>
@@ -238,7 +239,7 @@
      },
      onLoad(e) {
         if (e.token) {
            uni.setStorageSync('token', 'Bearer ' + e.token)
         }
@@ -251,7 +252,9 @@
      methods: {
         // 管理员确认
         comfirm() {
            confirmContent()
            confirmContent().then(res => {
               this.$refs.confirmPop.closePopup()
            })
         },
         //关闭切换角色弹窗
         closeChangeRole() {
@@ -273,12 +276,15 @@
            } else {
               this.changeRolePopup = true
            }
            this.$refs.dongjiePop.closePopup()
         },
         // 认证详情
         toRenzhengDetail() {
            uni.navigateTo({
               url: '/pages/authentication/authentication?detail=1'
            })
            this.$refs.jujuePop.closePopup()
            this.$refs.shenhePop.closePopup()
         },
         // 切换角色
         changeRole(e) {
@@ -304,6 +310,7 @@
            uni.navigateTo({
               url: '/pages/authentication/authentication'
            })
            this.$refs.renzhengPop.closePopup()
         },
         // 关闭webview
         closeH5() {
@@ -331,7 +338,7 @@
                  })
                  wx.miniProgram.navigateBack()
               });
               wx.error((err) => {
                  // 处理错误情况
                  uni.showToast({
@@ -342,7 +349,7 @@
                  })
               })
            })
         },
         Allread() {
            getread().then(resp => {