|
|
@@ -316,19 +316,19 @@ export default {
|
|
|
characteristicList: [
|
|
|
{
|
|
|
name: '三位数字',
|
|
|
- type: 'RID3N'
|
|
|
+ type: 'RIDN3'
|
|
|
},
|
|
|
{
|
|
|
name: '四位数字',
|
|
|
- type: 'RID4N'
|
|
|
+ type: 'RIDN4'
|
|
|
},
|
|
|
{
|
|
|
name: '五位数字',
|
|
|
- type: 'RID5N'
|
|
|
+ type: 'RIDN5'
|
|
|
},
|
|
|
{
|
|
|
name: '五位以上数字',
|
|
|
- type: 'RID6N'
|
|
|
+ type: 'RIDN6'
|
|
|
}
|
|
|
],
|
|
|
loading: false,
|
|
|
@@ -368,11 +368,11 @@ export default {
|
|
|
this.domainWidth = '0px';
|
|
|
},
|
|
|
screening() {
|
|
|
- this.$toast('升级改版中');
|
|
|
- // this.show = true;
|
|
|
- // this.domainWidth = 'calc(84vw + 1px)';
|
|
|
- // this.search = '';
|
|
|
- // this.value = '';
|
|
|
+ // this.$toast('升级改版中');
|
|
|
+ this.show = true;
|
|
|
+ this.domainWidth = 'calc(84vw + 1px)';
|
|
|
+ this.search = '';
|
|
|
+ this.value = '';
|
|
|
},
|
|
|
domainName(value) {
|
|
|
this.payType = value;
|