Browse Source

Merge branch 'feature_20250926_数字题型&单行文本题型' into uat(dev)

zhujindu 1 month ago
parent
commit
1be64ee078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

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