@@ -6284,7 +6284,7 @@ export default {
if (res.code == 200) {
this.verificationPassedPhoneNum = answerValue;
this.confirmed = true;
- this.$toast('发送成功');
+ this.$toast('确认成功');
}
});
},