qingyiay
2023-08-28 82a7eba143cc761b303b99889193f7aad2dc9d08
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -169,7 +169,9 @@
                  title: this.messageList.title.slice(0, 8) + '...',
                  content: removeTags(this.messageList.content).trim().slice(0, 8) + '...'
               }
               this.messagePushShow = true;
               if (uni.getStorageSync('userId') === this.messageList.appUserId) {
                  this.messagePushShow = true;
               }
            } else {}
         }
      },
@@ -235,29 +237,26 @@
         userAuthorization() {
            wx.getSetting({
               success(res) {
                  // wx.startRecord();
                  console.log('授权相机/麦克风权限success');
                  console.log(res);
                  if (!res.authSetting['scope.record'] || !res.authSetting['scope.camera']) {
                     if (!res.authSetting['scope.camera']) {
                        wx.authorize({
                           scope: 'scope.camera',
                           success() {
                              // 用户已经同意小程序使用录音功能,后续调用 wx.startRecord 接口不会弹窗询问
                              console.log('授权成功');
                              console.log('相机成功');
                           },
                           fail() {
                              console.log('授权失败');
                              console.log('相机失败');
                           }
                        });
                     } else if (!res.authSetting['scope.record']) {
                        wx.authorize({
                           scope: 'scope.record',
                           success() {
                              // 用户已经同意小程序使用录音功能,后续调用 wx.startRecord 接口不会弹窗询问
                              console.log('授权成功');
                              console.log('录音成功');
                           },
                           fail: () => {
                              console.log('授权失败');
                              console.log('录音失败');
                           }
                        });
                     }
@@ -265,7 +264,7 @@
               },
               fail() {
                  console.log('获取失败');
               }
               },
            });
         },
         // 初始化websocket