askbot-dragon 1.6.68-beta → 1.6.71-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.6.68-beta",
3
+ "version": "1.6.71-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -44,8 +44,8 @@
44
44
  <!-- 点选 -->
45
45
  <!-- <div v-html="htmlContainer"></div> -->
46
46
  <answer-radio :msg="answerRadios"></answer-radio>
47
- <!-- <ticket-message :content="updateTicetmessageObj"></ticket-message> -->
48
- <!-- <ticket-message :content="contents"></ticket-message> -->
47
+ <ticket-message :content="updateTicetmessageObj"></ticket-message>
48
+ <ticket-message :content="contents"></ticket-message>
49
49
  <!--
50
50
  <action-send-to-bot :msg="answerRadios"></action-send-to-bot>
51
51
  <text-message :text="text" @submitClick="submitClick"></text-message>
@@ -575,202 +575,6 @@ export default {
575
575
  ]
576
576
  }
577
577
  },
578
- {
579
- version: 1,
580
- content: {
581
- htmlList: [
582
- {
583
- "src": null,
584
- "dynamic": null,
585
- "style": [
586
- {
587
- "col": 1,
588
- "colums": 3
589
- },
590
- {
591
- "col": 2,
592
- "colums": 3
593
- }
594
- ],
595
- "markdownList": null,
596
- "list": [
597
- "<p>1</p>",
598
- "<p>2</p>"
599
- ],
600
- "type": "DOUBLE"
601
- },
602
- {
603
- "src": null,
604
- "dynamic": null,
605
- "style": [
606
- {
607
- "col": 1,
608
- "colums": 4
609
- },
610
- {
611
- "col": 1,
612
- "colums": 4
613
- },
614
- {
615
- "col": 1,
616
- "colums": 4
617
- },
618
- {
619
- "col": 1,
620
- "colums": 4
621
- }
622
- ],
623
- "markdownList": null,
624
- "list": [
625
- "<p>1</p>",
626
- "<p>2</p>",
627
- "<p>3</p>",
628
- "<p>4</p>"
629
- ],
630
- "type": "QUADRUPLE"
631
- },
632
- {
633
- "src": null,
634
- "dynamic": null,
635
- "style": [
636
- {
637
- "col": 1,
638
- "colums": 4
639
- },
640
- {
641
- "col": 3,
642
- "colums": 4
643
- }
644
- ],
645
- "markdownList": null,
646
- "list": [
647
- "<p>1</p>",
648
- "<p>3</p>"
649
- ],
650
- "type": "DOUBLE"
651
- },
652
- {
653
- "src": null,
654
- "dynamic": null,
655
- "style": [
656
- {
657
- "col": 2,
658
- "colums": 3
659
- },
660
- {
661
- "col": 1,
662
- "colums": 3
663
- }
664
- ],
665
- "markdownList": null,
666
- "list": [
667
- "<p>2</p>",
668
- "<p>1</p>"
669
- ],
670
- "type": "DOUBLE"
671
- }
672
- ],
673
- buttonList: [{ name: '我是标签1', scope: '', test: '' }]
674
- }
675
- },
676
- {
677
- version: 1,
678
- content: {
679
- htmlList: [
680
- {
681
- "src": null,
682
- "dynamic": null,
683
- "style": [
684
- {
685
- "col": 1,
686
- "colums": 3
687
- },
688
- {
689
- "col": 2,
690
- "colums": 3
691
- }
692
- ],
693
- "markdownList": null,
694
- "list": [
695
- "<p>1</p>",
696
- "<p>2</p>"
697
- ],
698
- "type": "DOUBLE"
699
- },
700
- {
701
- "src": null,
702
- "dynamic": null,
703
- "style": [
704
- {
705
- "col": 1,
706
- "colums": 4
707
- },
708
- {
709
- "col": 1,
710
- "colums": 4
711
- },
712
- {
713
- "col": 1,
714
- "colums": 4
715
- },
716
- {
717
- "col": 1,
718
- "colums": 4
719
- }
720
- ],
721
- "markdownList": null,
722
- "list": [
723
- "<p>1</p>",
724
- "<p>2</p>",
725
- "<p>3</p>",
726
- "<p>4</p>"
727
- ],
728
- "type": "QUADRUPLE"
729
- },
730
- {
731
- "src": null,
732
- "dynamic": null,
733
- "style": [
734
- {
735
- "col": 1,
736
- "colums": 4
737
- },
738
- {
739
- "col": 3,
740
- "colums": 4
741
- }
742
- ],
743
- "markdownList": null,
744
- "list": [
745
- "<p>1</p>",
746
- "<p>3</p>"
747
- ],
748
- "type": "DOUBLE"
749
- },
750
- {
751
- "src": null,
752
- "dynamic": null,
753
- "style": [
754
- {
755
- "col": 2,
756
- "colums": 3
757
- },
758
- {
759
- "col": 1,
760
- "colums": 3
761
- }
762
- ],
763
- "markdownList": null,
764
- "list": [
765
- "<p>2</p>",
766
- "<p>1</p>"
767
- ],
768
- "type": "DOUBLE"
769
- }
770
- ],
771
- buttonList: [{ name: '我是标签1' }]
772
- }
773
- }
774
578
  ],
775
579
  apiKey: '123456789'
776
580
  },
@@ -9,7 +9,7 @@
9
9
  >
10
10
  <slot></slot>
11
11
  </div>
12
- <div v-if="device==='PC'&&content.multiple===true" class="clickBtn">
12
+ <div v-if="device==='PC'&&content.multiple===true && content.cards && content.cards.length > 1" class="clickBtn">
13
13
  <div class="preBtn" @click="preClick" style="display: flex">
14
14
  <i class="el-icon-arrow-left" style="font-size: 18px;font-weight:800;align-self: center;margin: auto"></i>
15
15
  </div>
@@ -73,7 +73,7 @@
73
73
  <i class="iconfont guoran-shanchu"></i>
74
74
  </section>
75
75
  </div>
76
- <p v-if="folderName && isLiBang" class="header_floder">
76
+ <p v-if="folderName && isLiBang" class="header_floder" @click="clickFloder">
77
77
  <i class="iconfont guoran-tongyichicun-wenjianjia-zhankaizhuangtai--folderOpen"></i>
78
78
  {{ folderName }}
79
79
  <i v-if="folderUrl" class="iconfont guoran-tongyichicun-dianjichakantuli"></i>