Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9a38e7d0
authored
2026-04-27 11:57:25 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
11fa3904
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
2 deletions
common/api.js
config.js
myCenter/order.vue
pages/invoice/apply.vue
personal/order.vue
common/api.js
View file @
9a38e7d
...
...
@@ -1780,7 +1780,7 @@ export function cancelPay(id) {
export
const
outputInvoiceNo
=
(
data
)
=>
{
return
request
({
url
:
`/common/order/outputInvoiceNo/
${
data
.
id
}
`
,
url
:
`/common/order/outputInvoiceNo/
${
data
.
id
}
?taxno=
${
data
.
taxno
}
&phone=
${
data
.
phone
}
&name=
${
data
.
name
}
&invoiceType=
${
data
.
invoiceType
}
&amount=
${
data
.
amount
}
`
,
method
:
'post'
,
params
:
data
})
...
...
config.js
View file @
9a38e7d
// dev
// const baseUrl_api = 'http://192.168.1.125:8787'
const
baseUrl_api
=
'https://tk001.wxjylt.com/stage-api/'
const
baseUrl_api
=
'http://47.98.186.233:8787'
// const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
const
loginImage_api
=
'https://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
myCenter/order.vue
View file @
9a38e7d
This diff is collapsed.
Click to expand it.
pages/invoice/apply.vue
View file @
9a38e7d
...
...
@@ -186,6 +186,7 @@ const handleSubmit = async () => {
uni
.
navigateBack
();
},
1500
);
}
catch
(
error
)
{
console
.
log
(
error
)
submitting
.
value
=
false
;
// 错误已由 request.js 处理
}
finally
{
...
...
personal/order.vue
View file @
9a38e7d
...
...
@@ -141,6 +141,7 @@ const queryParams = reactive({
pageNum
:
1
,
pageSize
:
10
,
type
:
'0'
,
// 0表示个人会员
subType
:
'1'
,
//0道馆 1个人
// queryType: '1',
// payStatus: '',
perId
:
''
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment