Sfoglia il codice sorgente

提交修改

newStyle
douzhuo 1 anno fa
parent
commit
51bb1ae8f4
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      src/views/Customer/label.vue
  2. +1
    -1
      src/views/Template/taboo.vue

+ 1
- 1
src/views/Customer/label.vue Vedi File

@@ -615,7 +615,7 @@ export default {
answerList: [],
keyType: 2,
formatExpression: this.replaceFun(temp),// 问题表达式
originalExpression: temp,// html数据
original: temp,// html数据
showFormatExpression: text.innerText,
distance: this.form.distance // * 距离
}


+ 1
- 1
src/views/Template/taboo.vue Vedi File

@@ -404,7 +404,7 @@ export default {
answerList: [],
keyType: 3,
formatExpression: this.replaceFun(temp),// 问题表达式
originalExpression: temp,// html数据
original: temp,// html数据
showFormatExpression: text.innerText,
distance: this.form.distance, // * 距离
desc: this.form.sceneDesc//场景描述


Caricamento…
Annulla
Salva