|
@@ -185,7 +185,7 @@ export default defineComponent({
|
|
|
|
|
|
this.xmlFileUrl = res.data.xmlFileUrl
|
|
this.xmlFileUrl = res.data.xmlFileUrl
|
|
|
|
|
|
- this.audioType = res.data.mp3Type
|
|
|
|
|
|
+ // this.audioType = res.data.mp3Type
|
|
|
|
|
|
if (this.audioType === 'MP3') {
|
|
if (this.audioType === 'MP3') {
|
|
this.hasBeat = res.data.hasBeat || 0
|
|
this.hasBeat = res.data.hasBeat || 0
|
|
@@ -747,9 +747,11 @@ export default defineComponent({
|
|
<p>
|
|
<p>
|
|
每人:
|
|
每人:
|
|
<span>
|
|
<span>
|
|
- {((parseFloat(this.musicPrice || '0') || 0) *
|
|
|
|
- (100 - this.music_sheet_service_fee)) /
|
|
|
|
- 100}
|
|
|
|
|
|
+ {(
|
|
|
|
+ ((parseFloat(this.musicPrice || '0') || 0) *
|
|
|
|
+ (100 - this.music_sheet_service_fee)) /
|
|
|
|
+ 100
|
|
|
|
+ ).toFixed(2)}
|
|
</span>
|
|
</span>
|
|
元/人
|
|
元/人
|
|
</p>
|
|
</p>
|