@@ -320,7 +320,7 @@ export default {
},
data() {
return {
- activeName: 'other',
+ activeName: 'jy',
exChangeAddress: '',
showOtherTip: false,
showOtherSuccessTip: false,
@@ -352,7 +352,6 @@ export default {
created() {
this.equityList()
- this.getOtherInfo()
methods: {
telHandle(phone) {
@@ -14,6 +14,8 @@ export default antfu({
}
rules: {
+ 'no-console': 'off',
+ 'jsdoc/check-param-names': 'off',
'style/comma-dangle': 'off',
'node/prefer-global/process': 'off'