Forráskód Böngészése

Merge branch 'master' of http://svn.ouj.com:3000/eos_sicbo/chat

eosgetdice12 5 éve
szülő
commit
e2f5f18cf3
59 módosított fájl, 31 hozzáadás és 19 törlés
  1. 1 1
      _src/components/hotGame/hotGame.scss
  2. 2 2
      _src/components/hotGroup/hotGroup.scss
  3. 1 1
      _src/components/msgItem/index.vue
  4. 6 2
      _src/components/popup/userInfo/index.vue
  5. 1 1
      _src/mixins/login.js
  6. 0 4
      _src/pages/h5/main.js
  7. 0 4
      _src/pages/index/main.js
  8. 0 0
      dist/css/chunk-1e6a2ebb.0237fd7e.css
  9. 1 1
      dist/css/chunk-2e7e4d8a.fd3b7528.css
  10. 0 0
      dist/css/chunk-6c13bb44.9016431d.css
  11. 0 0
      dist/css/chunk-vendors.1a0a44a6.css
  12. 0 0
      dist/css/pc.654ee091.css
  13. 0 0
      dist/css/pc.af7ff679.css
  14. 4 1
      dist/h5.html
  15. 0 0
      dist/js/chunk-074cda02.a1defa4e.js
  16. 0 0
      dist/js/chunk-0a2f1101.fdcfbbea.js
  17. 0 0
      dist/js/chunk-0a63248c.eba745db.js
  18. 0 0
      dist/js/chunk-1a710e5c.fa2449ef.js
  19. 0 0
      dist/js/chunk-1e6a2ebb.9bd77157.js
  20. 0 0
      dist/js/chunk-20f2b187.3c55d4fe.js
  21. 0 0
      dist/js/chunk-2781551f.de25be0b.js
  22. 0 0
      dist/js/chunk-2e7e4d8a.ff228f6d.js
  23. 0 0
      dist/js/chunk-3028e170.138f0608.js
  24. 0 0
      dist/js/chunk-335f5c5d.15593bbb.js
  25. 0 0
      dist/js/chunk-38822a98.58e2f06d.js
  26. 0 0
      dist/js/chunk-42e7d288.2604ca45.js
  27. 0 0
      dist/js/chunk-451c71fa.b70f0b9e.js
  28. 0 0
      dist/js/chunk-5aae9c76.9370a913.js
  29. 0 0
      dist/js/chunk-6c13bb44.7556948b.js
  30. 0 0
      dist/js/chunk-6e987cd2.647666b0.js
  31. 0 0
      dist/js/chunk-6f498702.decc4a3a.js
  32. 0 0
      dist/js/chunk-70ed3fb8.b7f0cce9.js
  33. 0 0
      dist/js/chunk-72b48984.ea81ef05.js
  34. 0 0
      dist/js/chunk-79914fca.f8f91c33.js
  35. 0 0
      dist/js/chunk-7bbde94a.076b712f.js
  36. 0 0
      dist/js/chunk-7d4da030.4cd03299.js
  37. 0 0
      dist/js/chunk-90cf752e.8f112681.js
  38. 0 0
      dist/js/chunk-a7081a9a.7c5b1470.js
  39. 0 0
      dist/js/chunk-acbed89a.3bbd4811.js
  40. 0 0
      dist/js/chunk-c173b1d8.2c2c3940.js
  41. 0 0
      dist/js/chunk-common.52e4b008.js
  42. 0 0
      dist/js/chunk-d3efe52c.b10b4a2e.js
  43. 0 0
      dist/js/chunk-e59b4412.25c2d70b.js
  44. 0 0
      dist/js/chunk-e59b4412.74e42ce3.js
  45. 0 0
      dist/js/chunk-f0006e14.0e830021.js
  46. 0 0
      dist/js/chunk-vendors.e280fd66.js
  47. 0 0
      dist/js/h5.a5418ae4.js
  48. 0 0
      dist/js/h5.f186ecc9.js
  49. 0 0
      dist/js/mini.19bc9742.js
  50. 0 0
      dist/js/mini.a99c3a00.js
  51. 0 0
      dist/js/pc.aae04995.js
  52. 0 0
      dist/js/pc.b8bdd38d.js
  53. 4 0
      dist/pc.html
  54. 0 0
      dist/sw.js
  55. 0 0
      mini.html
  56. 3 1
      protected/views/h5.html
  57. 0 0
      protected/views/pc.html
  58. 4 1
      public/h5.html
  59. 4 0
      public/pc.html

+ 1 - 1
_src/components/hotGame/hotGame.scss

@@ -33,7 +33,7 @@
 
 .game-title{
     color: #666;
-    font-size: px2rem(33);
+    font-size: px2rem(24);
     text-align: center;
     line-height: px2rem(60);
     @include ellipsis();

+ 2 - 2
_src/components/hotGroup/hotGroup.scss

@@ -240,10 +240,10 @@
         position: absolute;
         top: 50%;
         right: 0;
-				margin-top: px2rem(-30);
+		margin-top: px2rem(-30);
         width: px2rem(120);
         height: px2rem(56);
         padding: 0;
-        font-size: px2rem(16);
+        // font-size: px2rem(16);
     }
 }

+ 1 - 1
_src/components/msgItem/index.vue

@@ -209,7 +209,7 @@ export default {
       }
     },
     avatarUrl () {
-      let membersCover = this.members[this.userId] && `${this.members[this.userId].cover_photo}?imageview/0/w/180`
+      let membersCover = this.members[this.userId] && this.members[this.userId].cover_photo
 
       return membersCover || this.avatar || ''
     },

+ 6 - 2
_src/components/popup/userInfo/index.vue

@@ -9,7 +9,7 @@
         <div class="modal-bd" v-if="userInfo">
           <div class="user-top">
             <div class="user-avatar" @click="$editUserAvatar(userInfo.cover_photo)">
-              <img v-if="userInfo.cover_photo" :src="userInfo.cover_photo" alt="">
+              <img v-if="avatarUrl" :src="avatarUrl" alt="">
               <div v-else class="user-avatar"
               :class="'avatar_bg' + userInfo.user_id % 9"
               :data-name="userInfo.nick_name.slice(0,2).toUpperCase()"
@@ -87,7 +87,11 @@ export default {
     ...mapState({
       scatter: state => state.scatter,
       userInfo: state => state.userInfo
-    })
+    }),
+    avatarUrl () {
+      if (/^http/.test(this.userInfo.cover_photo)) return `${this.userInfo.cover_photo}?imageview/0/w/180`
+      else return this.userInfo.cover_photo
+    }
   },
   methods: {
     // 账号显示与隐藏

+ 1 - 1
_src/mixins/login.js

@@ -169,7 +169,7 @@ export const accountLoginMixin = {
                 if (typeof e == 'string') {
                   err = JSON.parse(e)
                 }
-                if (err.code == '500') showError(e)
+                if (err.code == '500') showError(e.error && e.error.what)
                 this.$store.commit('setAccount', '')
                 await (ScatterJS.scatter && ScatterJS.scatter.forgetIdentity && ScatterJS.scatter.forgetIdentity())
               }

+ 0 - 4
_src/pages/h5/main.js

@@ -39,7 +39,3 @@ new Vue({
   i18n,
   store
 }).$mount('#app')
-
-if (!(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
-  location.replace('/pc.html' + location.search + location.hash)
-}

+ 0 - 4
_src/pages/index/main.js

@@ -43,7 +43,3 @@ new Vue({
   i18n,
   router: pcRouter
 }).$mount('#app')
-
-if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
-  location.replace('/h5.html' + location.search + location.hash)
-}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/css/chunk-1e6a2ebb.0237fd7e.css


+ 1 - 1
dist/css/chunk-2e7e4d8a.1657fb5f.css → dist/css/chunk-2e7e4d8a.fd3b7528.css

@@ -1 +1 @@
-.list-game[data-v-0201ee5e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.57867rem 0 .512rem}.game-item[data-v-0201ee5e]{width:2.56rem;margin:0 1.57867rem .34133rem 0}.game-item a[data-v-0201ee5e]{display:block;text-decoration:none}.game-item a[data-v-0201ee5e]:hover{text-decoration:none}.game-cover[data-v-0201ee5e]{height:2.56rem;border-radius:.128rem;overflow:hidden}.game-cover img[data-v-0201ee5e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.game-cover .user-avatar[data-v-0201ee5e]{width:100%;height:100%}.game-title[data-v-0201ee5e]{color:#666;font-size:.704rem;text-align:center;line-height:1.28rem;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.dis-box[data-v-8108a15c]{background:#fff;overflow:hidden;margin-bottom:.448rem;border-bottom:1px solid #d8d8d8}.dis-box.box-game .box-bd[data-v-8108a15c]{padding-top:.512rem}.box-hd[data-v-8108a15c]{color:#333;font-size:.704rem;text-align:center;line-height:1.856rem;border-bottom:1px solid #eee}
+.list-game[data-v-0201ee5e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.57867rem 0 .512rem}.game-item[data-v-0201ee5e]{width:2.56rem;margin:0 1.57867rem .34133rem 0}.game-item a[data-v-0201ee5e]{display:block;text-decoration:none}.game-item a[data-v-0201ee5e]:hover{text-decoration:none}.game-cover[data-v-0201ee5e]{height:2.56rem;border-radius:.128rem;overflow:hidden}.game-cover img[data-v-0201ee5e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.game-cover .user-avatar[data-v-0201ee5e]{width:100%;height:100%}.game-title[data-v-0201ee5e]{color:#666;font-size:.512rem;text-align:center;line-height:1.28rem;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.dis-box[data-v-8108a15c]{background:#fff;overflow:hidden;margin-bottom:.448rem;border-bottom:1px solid #d8d8d8}.dis-box.box-game .box-bd[data-v-8108a15c]{padding-top:.512rem}.box-hd[data-v-8108a15c]{color:#333;font-size:.704rem;text-align:center;line-height:1.856rem;border-bottom:1px solid #eee}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/css/chunk-6c13bb44.9016431d.css


+ 0 - 0
dist/css/chunk-vendors.cb2042b6.css → dist/css/chunk-vendors.1a0a44a6.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/css/pc.654ee091.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/css/pc.af7ff679.css


+ 4 - 1
dist/h5.html

@@ -13,7 +13,10 @@
     <meta name="msapplication-TileColor" content="#2d2f34">
     <meta name="theme-color" content="#2d2f34">
     <link rel=apple-touch-icon href="/dist/img/icons/meechat.png?imageview/0/w/152?v=1.1.2">
-
+    <script>
+    if (!(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
+      location.replace('/pc.html' + location.search + location.hash)
+    }</script>
     <script>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
       var f=e.clientWidth;
       var p=20*(f/320)

+ 0 - 0
dist/js/chunk-074cda02.f1509b9b.js → dist/js/chunk-074cda02.a1defa4e.js


+ 0 - 0
dist/js/chunk-0a2f1101.8895c45b.js → dist/js/chunk-0a2f1101.fdcfbbea.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-0a63248c.eba745db.js


+ 0 - 0
dist/js/chunk-1a710e5c.ed2608cc.js → dist/js/chunk-1a710e5c.fa2449ef.js


+ 0 - 0
dist/js/chunk-1e6a2ebb.eeb87ac5.js → dist/js/chunk-1e6a2ebb.9bd77157.js


+ 0 - 0
dist/js/chunk-20f2b187.a8bb31ae.js → dist/js/chunk-20f2b187.3c55d4fe.js


+ 0 - 0
dist/js/chunk-2781551f.bf9c7b06.js → dist/js/chunk-2781551f.de25be0b.js


+ 0 - 0
dist/js/chunk-2e7e4d8a.d0745a7d.js → dist/js/chunk-2e7e4d8a.ff228f6d.js


+ 0 - 0
dist/js/chunk-3028e170.a8ff3abf.js → dist/js/chunk-3028e170.138f0608.js


+ 0 - 0
dist/js/chunk-335f5c5d.ab9bd1ab.js → dist/js/chunk-335f5c5d.15593bbb.js


+ 0 - 0
dist/js/chunk-38822a98.8187d07d.js → dist/js/chunk-38822a98.58e2f06d.js


+ 0 - 0
dist/js/chunk-42e7d288.dcc9507d.js → dist/js/chunk-42e7d288.2604ca45.js


+ 0 - 0
dist/js/chunk-451c71fa.f357f955.js → dist/js/chunk-451c71fa.b70f0b9e.js


+ 0 - 0
dist/js/chunk-5aae9c76.6ccc574b.js → dist/js/chunk-5aae9c76.9370a913.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-6c13bb44.7556948b.js


+ 0 - 0
dist/js/chunk-6e987cd2.bf8416b4.js → dist/js/chunk-6e987cd2.647666b0.js


+ 0 - 0
dist/js/chunk-6f498702.ffa6ccd4.js → dist/js/chunk-6f498702.decc4a3a.js


+ 0 - 0
dist/js/chunk-70ed3fb8.3c99f763.js → dist/js/chunk-70ed3fb8.b7f0cce9.js


+ 0 - 0
dist/js/chunk-72b48984.53dc30cb.js → dist/js/chunk-72b48984.ea81ef05.js


+ 0 - 0
dist/js/chunk-79914fca.60886ca8.js → dist/js/chunk-79914fca.f8f91c33.js


+ 0 - 0
dist/js/chunk-7bbde94a.fb9db95d.js → dist/js/chunk-7bbde94a.076b712f.js


+ 0 - 0
dist/js/chunk-7d4da030.d91617fa.js → dist/js/chunk-7d4da030.4cd03299.js


+ 0 - 0
dist/js/chunk-90cf752e.81f6962e.js → dist/js/chunk-90cf752e.8f112681.js


+ 0 - 0
dist/js/chunk-a7081a9a.1d57e685.js → dist/js/chunk-a7081a9a.7c5b1470.js


+ 0 - 0
dist/js/chunk-acbed89a.c056034b.js → dist/js/chunk-acbed89a.3bbd4811.js


+ 0 - 0
dist/js/chunk-c173b1d8.0223e2e5.js → dist/js/chunk-c173b1d8.2c2c3940.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-common.52e4b008.js


+ 0 - 0
dist/js/chunk-d3efe52c.83f4abfb.js → dist/js/chunk-d3efe52c.b10b4a2e.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-e59b4412.25c2d70b.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-e59b4412.74e42ce3.js


+ 0 - 0
dist/js/chunk-f0006e14.b66d43ac.js → dist/js/chunk-f0006e14.0e830021.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/chunk-vendors.e280fd66.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/h5.a5418ae4.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/h5.f186ecc9.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/mini.19bc9742.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/mini.a99c3a00.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/pc.aae04995.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/js/pc.b8bdd38d.js


+ 4 - 0
dist/pc.html

@@ -20,6 +20,10 @@
     <meta name="msapplication-TileImage" content="<%= BASE_URL %>img/icons/meechat.png?imageview/0/w/144?v=1.0">
     <meta name="msapplication-TileColor" content="#2d2f34">
     <meta name="theme-color" content="#2d2f34">
+    <script>
+    if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
+  location.replace('/h5.html' + location.search + location.hash)
+}</script>
 </head>
 <body>
 <div id="app"></div>

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/sw.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
mini.html


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 3 - 1
protected/views/h5.html


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
protected/views/pc.html


+ 4 - 1
public/h5.html

@@ -13,7 +13,10 @@
     <meta name="msapplication-TileColor" content="#2d2f34">
     <meta name="theme-color" content="#2d2f34">
     <link rel=apple-touch-icon href="/dist/img/icons/meechat.png?imageview/0/w/152?v=1.1.2">
-
+    <script>
+    if (!(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
+      location.replace('/pc.html' + location.search + location.hash)
+    }</script>
     <script>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
       var f=e.clientWidth;
       var p=20*(f/320)

+ 4 - 0
public/pc.html

@@ -20,6 +20,10 @@
     <meta name="msapplication-TileImage" content="<%= BASE_URL %>img/icons/meechat.png?imageview/0/w/144?v=1.0">
     <meta name="msapplication-TileColor" content="#2d2f34">
     <meta name="theme-color" content="#2d2f34">
+    <script>
+    if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
+  location.replace('/h5.html' + location.search + location.hash)
+}</script>
 </head>
 <body>
 <div id="app"></div>

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott