lex-xin 4 лет назад
Родитель
Сommit
70c1cb491c

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/app.1d5a6979f4575b91317b.js


BIN
dist/app.1d5a6979f4575b91317b.js.gz


BIN
dist/app.90c4e674deb2b3182943.js.gz


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/css/PaymentResult.e957641c.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/index.html


BIN
dist/js/PaymentResult.7e321e3d.js.gz


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/js/PaymentResult.fab18a7a.js


BIN
dist/js/PaymentResult.fab18a7a.js.gz


+ 1 - 0
src/views/PaymentResult.vue

@@ -147,6 +147,7 @@ export default {
                             this.examRegistration = result.data.examRegistrationDto
                             this.examRegistration.examStartTime = dayjs(this.examRegistration.examStartTime).format("YYYY-MM-DD")
                             this.examRegistration.levelFee = numeral(this.examRegistration.levelFee).format('0,0.00')
+                            this.examRegistration.theoryLevelFee = numeral(this.examRegistration.theoryLevelFee).format('0,0.00')
                             tempResult.transAmount = numeral(tempResult.transAmount).format('0,0.00')
                             this.orderInfo = tempResult
                             this.pageStatus = tempResult.transStatus

Некоторые файлы не были показаны из-за большого количества измененных файлов