|
@@ -30,10 +30,6 @@
|
|
|
<span>授课内容:乐团课</span>
|
|
|
<span>缴费金额:¥{{ proto.classAmount }}</span>
|
|
|
</div>
|
|
|
- <!-- <div class="iInfo">
|
|
|
- <span>课次数量:{{ proto.buyCount }}次</span>
|
|
|
- <span>缴费金额:¥{{ proto.buyCount * proto.price }}</span>
|
|
|
- </div> -->
|
|
|
|
|
|
<h2>二、行为规范</h2>
|
|
|
乙方在选择甲方各类提高课程并签署本协议时视为乙方已经仔细阅读并同意遵守如下事项:
|
|
@@ -179,36 +175,19 @@ export default {
|
|
|
props: ['proto'],
|
|
|
data() {
|
|
|
return {
|
|
|
- // protocol: {
|
|
|
- // patriarchName: '',
|
|
|
- // patriarchPhone: '',
|
|
|
- // stuName: '',
|
|
|
- // grade: '',
|
|
|
- // subName: '',
|
|
|
- // voicyPart: '',
|
|
|
- // payMethod: '', // 缴费类型
|
|
|
- // isCopperPipe: '', // 是否为铜管
|
|
|
- // name: '',
|
|
|
- // referencePrice: '',
|
|
|
- // marketPrice: ''
|
|
|
- // }
|
|
|
params: this.proto,
|
|
|
dataList: {},
|
|
|
nowDate: ''
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- // window.scroll(0,0)
|
|
|
let tempDate = new Date()
|
|
|
- console.log(this.params)
|
|
|
this.nowDate = tempDate.getFullYear() + '年' + (tempDate.getMonth() + 1) + '月' + tempDate.getDate() + '日'
|
|
|
- // axios.post('/user/findMecUser', qs.stringify({userId: this.params.userId})).then(res => {
|
|
|
- // this.dataList = res.data.data
|
|
|
- // })
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
goBack() {
|
|
|
- this.$emit('popupClose', false)
|
|
|
+ this.$emit('popupclose', false)
|
|
|
},
|
|
|
classForm(number) {
|
|
|
let resultStr
|