|
|
@ -121,6 +121,10 @@ export default { |
|
|
|
type: Object, |
|
|
|
type: Object, |
|
|
|
required: true, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
isTeacher: { |
|
|
|
|
|
|
|
type: Boolean, |
|
|
|
|
|
|
|
default: false, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
@ -323,6 +327,7 @@ export default { |
|
|
|
unitName: this.ansellcoinName.unitName, |
|
|
|
unitName: this.ansellcoinName.unitName, |
|
|
|
minLimit: this.sammlPrice, |
|
|
|
minLimit: this.sammlPrice, |
|
|
|
remark: this.textXuan, |
|
|
|
remark: this.textXuan, |
|
|
|
|
|
|
|
isTeacher: this.isTeacher, |
|
|
|
}).then(res => { |
|
|
|
}).then(res => { |
|
|
|
// console.log(res); |
|
|
|
// console.log(res); |
|
|
|
// 提示用户 |
|
|
|
// 提示用户 |
|
|
|