nieyuge пре 2 година
родитељ
комит
d568387242
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      pages/index.vue
  2. 1 1
      utils/help.js

+ 1 - 1
pages/index.vue

@@ -655,7 +655,7 @@ export default {
                             postId: this.detail.postId,
                             srcContentId: this.detail.srcContentId,
                             senderId: this.detail.srcUserId,
-                            status: this.reportStatus,
+                            status: '',
                         },
                     }
                 })

+ 1 - 1
utils/help.js

@@ -53,7 +53,7 @@ export function isBrowser() {
 export function getBrowser() {
     let browser;
     let UserAgent = navigator.userAgent.toLowerCase();
-    if (UserAgent.indexOf('chrome') > -1 && UserAgent.indexOf('safari') > -1) {
+    if (UserAgent.indexOf('chrome') > -1 && UserAgent.indexOf('crios') > -1) {
         browser = `Chrome`
     } else if (UserAgent.indexOf('firefox') > -1) {
         browser = `Firefox`