|
@@ -102,8 +102,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="_flkey-tool">
|
|
|
- <view class="_flkey-tool-i tool-i-a" :class="{'_flkey-noac':!swCp_}" @tap="_keyInputSw" hover-class="_float-hover-c">
|
|
|
- <view class="_flkey-tool-i-b">{{keyInputSkin?swTxtCp_[0]:swTxtCp_[1]}}</view>
|
|
|
+ <view class="_flkey-tool-i tool-i-a" :class="{'_flkey-noac':!swCp_}" hover-class="_float-hover-c"><!-- @tap="_keyInputSw" -->
|
|
|
+ <!-- <view class="_flkey-tool-i-b">{{keyInputSkin?swTxtCp_[0]:swTxtCp_[1]}}</view> -->
|
|
|
</view>
|
|
|
<view class="_flkey-tool-i tool-i-del" @tap="_keyInputDel" hover-class="_float-hover-c">
|
|
|
<view class="_flkey-tool-i-b">删除</view>
|
|
@@ -178,8 +178,8 @@ export default {
|
|
|
number: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0],
|
|
|
letter: {
|
|
|
row_1: ["Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P"],
|
|
|
- row_2: ["A", "S", "D", "F", "G", "H", "J", "K", "L"],
|
|
|
- row_3: ["Z", "X", "C", "V", "B", "N", "M"],
|
|
|
+ row_2: ["A", "S", "D", "F", "G", "H", "J", "K", "L","Z",],
|
|
|
+ row_3: ["X", "C", "V", "B", "N", "M"],
|
|
|
},
|
|
|
symbolCP_: true,
|
|
|
provinceCP_: true,
|
|
@@ -353,7 +353,7 @@ export default {
|
|
|
this.numCp_ = true
|
|
|
this.letterCp_ = true
|
|
|
this.swCp_ = true
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
case 1:
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
this.numCp_ = true
|
|
|
this.letterCp_ = true
|
|
|
this.swCp_ = false
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
case 2:
|
|
@@ -369,7 +369,7 @@ export default {
|
|
|
this.numCp_ = false
|
|
|
this.letterCp_ = false
|
|
|
this.swCp_ = false
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = false
|
|
|
break;
|
|
|
case 3:
|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
this.numCp_ = false
|
|
|
this.letterCp_ = true
|
|
|
this.swCp_ = false
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
case 4:
|
|
@@ -385,7 +385,7 @@ export default {
|
|
|
this.numCp_ = true
|
|
|
this.letterCp_ = false
|
|
|
this.swCp_ = false
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
case 5:
|
|
@@ -393,7 +393,7 @@ export default {
|
|
|
this.numCp_ = false
|
|
|
this.letterCp_ = true
|
|
|
this.swCp_ = true
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
case 6:
|
|
@@ -401,7 +401,7 @@ export default {
|
|
|
this.numCp_ = true
|
|
|
this.letterCp_ = false
|
|
|
this.swCp_ = true
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
default:
|
|
@@ -409,7 +409,7 @@ export default {
|
|
|
this.numCp_ = true
|
|
|
this.letterCp_ = true
|
|
|
this.swCp_ = true
|
|
|
- this.swTxtCp_ = ['符', 'ABC']
|
|
|
+ this.swTxtCp_ = ['ABC']
|
|
|
this.keyInputSkin = true
|
|
|
break;
|
|
|
}
|