Browse Source

修改密码

11
mo 4 năm trước cách đây
mục cha
commit
3845a3493a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/layout/components/Navbar.vue
  2. 1 1
      src/views/teamDetail/teamList.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -171,7 +171,7 @@ export default {
     },
     getCode () {
       // 获取验证码
-      if (!this.resetForm.phone) {
+      if (!this.$store.getters.phone) {
         this.$message.error('请输入正确的手机号')
         return
       }

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -177,7 +177,7 @@
                 <!-- 报名中缴费中筹备中查看乐团 -->
                 <el-button type="text"
                            v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE')  && permission('/teamLookBase')"
-                           @click="lookTeamInfo(scope.row)">查看乐团</el-button>
+                           @click="lookTeamInfo(scope.row)">乐团信息</el-button>
 
                 <!-- 进行中 查看 -->
                 <el-button type="text"