ソースを参照

Merge branch 'master' of http://60.205.254.193:3000/GCLS/GCLS_Page_TC

# Conflicts:
#	src/views/corpus/Result.vue
gcj 2 年 前
コミット
6efd275580
2 ファイル変更4 行追加4 行削除
  1. 1 1
      src/views/corpus/Result.vue
  2. 3 3
      src/views/wordcard/writeTable.vue

+ 1 - 1
src/views/corpus/Result.vue

@@ -355,7 +355,7 @@ export default {
   components: {
     Header,
     Strockplayredline,
-    StrockplayredlineCorpus,
+    StrockplayredlineCorpus
   },
   props: {},
   data() {

+ 3 - 3
src/views/wordcard/writeTable.vue

@@ -27,10 +27,10 @@
                         :BoxbgType="dataConfig.BoxbgType"
                         :targetDiv="
                             'write-item-miaohong-' +
-                            pageNumber + '-' + indexR + '-' + indexI + type + Math.random().toString(36).substr(2)
+                            pageNumber + '-' + indexR + '-' + indexI + type + itemI.con
                         "
                         :targetDivGray="'write-item-miaohong-gray-'+
-                            pageNumber + '-' + indexR + '-' + indexI + type + Math.random().toString(36).substr(2)"
+                            pageNumber + '-' + indexR + '-' + indexI + type + itemI.con"
                     />
                 </template>
                 <template v-else-if="itemI&&itemI.miaoRed">
@@ -43,7 +43,7 @@
                         :hanzicolor="dataConfig.miaoRedBgcolor"
                         :drawingColor="dataConfig.writeColor"
                         :BoxbgType="dataConfig.BoxbgType"
-                        :targetDiv="'write-item-' + pageNumber + '-' + indexR + '-' + indexI + type + Math.random().toString(36).substr(2)"
+                        :targetDiv="'write-item-' + pageNumber + '-' + indexR + '-' + indexI + type + itemI.con"
                      />
                 </template>
                 <div v-else-if="itemI" class="tian-div" @click="freeWrite(itemI,indexR,indexI)">