|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
const days = Number(this.verifyPeriodDays)
|
|
|
if (days === 7) return '7天验'
|
|
|
if (days === 15) return '15天验'
|
|
|
- return '5天验'
|
|
|
+ return '7天验'
|
|
|
},
|
|
|
},
|
|
|
data() {
|
|
|
@@ -66,7 +66,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
icon: "/static/img/2.png",
|
|
|
- text: "5天验",
|
|
|
+ text: "7天验",
|
|
|
},
|
|
|
{
|
|
|
icon: "/static/img/3.png",
|