|
@@ -18,7 +18,7 @@
|
|
|
<!-- <span class="arrowDown"></span> -->
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
- <van-cell class="endTime" v-if="memberNum" title="作业曲目" @click="accompanimentStatus = true" readonly is-link placeholder="请选择作业曲目" >
|
|
|
+ <van-cell class="endTime" title="作业曲目" @click="accompanimentStatus = true" readonly is-link placeholder="请选择作业曲目" >
|
|
|
<template #default>
|
|
|
{{ dateSection.musicScoreName }}
|
|
|
<!-- <span class="arrowDown"></span> -->
|
|
@@ -62,10 +62,8 @@ export default {
|
|
|
data() {
|
|
|
let tempDate = new Date() // 默认显示T+3
|
|
|
tempDate.setDate(tempDate.getDate() + 3)
|
|
|
- let query = this.$route.query
|
|
|
return {
|
|
|
that: this,
|
|
|
- memberNum: query.memberNum,
|
|
|
headerStatus: true,
|
|
|
backUrl: {
|
|
|
status: true,
|