|
|
@@ -221,7 +221,7 @@ |
|
|
|
<viwe class="tian-view-t1"></viwe> |
|
|
|
<viwe class="tian-view-t2">常错词:</viwe> |
|
|
|
<viwe class="tian-view-t3"> |
|
|
|
<input type="text" v-model="thewrongword" class="tian-input" placeholder="请输入" /> |
|
|
|
<input type="text" v-model="thewrongword" :disabled="true" class="tian-input" placeholder="请输入" /> |
|
|
|
</viwe> |
|
|
|
</view> |
|
|
|
<view class="tian-view"> |
|
|
@@ -487,7 +487,7 @@ |
|
|
|
<view class="bounced3-2" @tap="roletab()">确认</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<u-toast ref="uToast" /> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|
|
|
@@ -1445,6 +1445,13 @@ |
|
|
|
}, |
|
|
|
//确认加入常错词 |
|
|
|
Confirmtheexit() { |
|
|
|
let reg = /^[0-9]+$/ |
|
|
|
if(reg.test(this.thewrongword)){ |
|
|
|
this.$refs.uToast.show({ |
|
|
|
title: '错误词不能为纯数字', |
|
|
|
type: 'warning', |
|
|
|
}) |
|
|
|
}else{ |
|
|
|
if (this.thewrongword) { |
|
|
|
if (this.reswrongword) { |
|
|
|
let parames = { |
|
|
@@ -1484,6 +1491,7 @@ |
|
|
|
}); |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
//取消加入常错词 |
|
|
|
Cancelout() { |
|
|
|