|
@@ -23,6 +23,7 @@ export default {
|
|
|
remark: "",
|
|
|
invoiceTitleId: 0,
|
|
|
invoiceTime: "",
|
|
|
+ invoiceUrl: "",
|
|
|
invoiceTitle: {
|
|
|
id: 0,
|
|
|
titleName: "",
|
|
@@ -92,7 +93,9 @@ export default {
|
|
|
try {
|
|
|
const res = await invoicesDeatil(id)
|
|
|
console.log('支付订单详情', res)
|
|
|
- self.order = res;
|
|
|
+ self.order = res;
|
|
|
+ // TODO KIP-11923 发布前移除
|
|
|
+ self.order.invoiceUrl = 'https://kip-public-qa.oss-cn-shanghai.aliyuncs.com/dea54e0cff544ace90564a9f715dc9df_99242000000001678918.pdf'
|
|
|
} catch {
|
|
|
uni.showToast({
|
|
|
title: '服务器开小差了呢,请您稍后再试',
|