11
@@ -171,7 +171,7 @@ export default {
},
getCode () {
// 获取验证码
- if (!this.resetForm.phone) {
+ if (!this.$store.getters.phone) {
this.$message.error('请输入正确的手机号')
return
}
@@ -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>
<!-- 进行中 查看 -->