Compare commits
3 Commits
546e928dfe
...
35b908c4be
| Author | SHA1 | Date |
|---|---|---|
|
|
35b908c4be | |
|
|
279fe966c8 | |
|
|
76a652fc21 |
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
这是一套完整的iOS商城类APP上线审核所需的材料模版,帮助开发者快速准备App Store审核所需的各种文档和说明。
|
||||
|
||||
## 📁 文件清单
|
||||
## 📁 文件清单123
|
||||
|
||||
| 文件名 | 用途说明 | 必需程度 |
|
||||
|--------|----------|----------|
|
||||
|
|
|
|||
|
|
@ -987,7 +987,7 @@ export default {
|
|||
// this.$nextTick(() => {
|
||||
if (this.lastData) {
|
||||
const obj = this.lastData
|
||||
|
||||
console.log(obj, '....obj')
|
||||
return [
|
||||
'',
|
||||
'合计',
|
||||
|
|
@ -1000,10 +1000,9 @@ export default {
|
|||
numberToCurrencyNo(obj.serviceCharge),
|
||||
numberToCurrencyNo(obj.incomeTax),
|
||||
numberToCurrencyNo(obj.issuedAmount),
|
||||
numberToCurrencyNo(obj.settleCashAmount),
|
||||
numberToCurrencyNo(obj.settleServiceCharge),
|
||||
numberToCurrencyNo(obj.settleIncomeTax),
|
||||
numberToCurrencyNo(obj.settleIssuedAmount),
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
|
|
|
|||
Loading…
Reference in New Issue