王通 1 ano atrás
pai
commit
947e596162
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      src/components/TVWall.vue
  2. 1 1
      src/components/TVWalls.vue

+ 2 - 2
src/components/TVWall.vue

@@ -369,7 +369,7 @@ export default {
           'ctrlCode': 'ctrl1',
           'ctrlCode': 'ctrl1',
           'ctrlProperty': {
           'ctrlProperty': {
             'displayMode': 1,
             'displayMode': 1,
-            'splitNum': 1,
+            'splitNum': (array.length==1?1:4),
             'channelList': [
             'channelList': [
               {
               {
                 'channelId': ''
                 'channelId': ''
@@ -496,7 +496,7 @@ export default {
           'ctrlCode': 'ctrl1',
           'ctrlCode': 'ctrl1',
           'ctrlProperty': {
           'ctrlProperty': {
             'displayMode': 1,
             'displayMode': 1,
-            'splitNum': 1,
+            'splitNum': (bfArray.length==1?1:4),
             'channelList': [
             'channelList': [
               {
               {
                 'channelId': ''
                 'channelId': ''

+ 1 - 1
src/components/TVWalls.vue

@@ -386,7 +386,7 @@ export default {
           'ctrlCode': 'ctrl1',
           'ctrlCode': 'ctrl1',
           'ctrlProperty': {
           'ctrlProperty': {
             'displayMode': 1,
             'displayMode': 1,
-            'splitNum': 1,
+            'splitNum': (this.autoList.length==1?1:4),
             'channelList': [
             'channelList': [
               {
               {
                 'channelId': ''
                 'channelId': ''