Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
1dca7e6c
Commit
1dca7e6c
authored
Aug 19, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
93fc46f9
7fd5f24d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
1 deletion
+29
-1
order.js
src/api/order.js
+18
-0
pages.json
src/pages.json
+6
-0
addressList.vue
src/pages/address/addressList.vue
+5
-1
afterSales.vue
src/pages/assistingAgriculture/order/afterSales.vue
+0
-0
No files found.
src/api/order.js
View file @
1dca7e6c
...
...
@@ -122,3 +122,21 @@ export function confirmReceipt(data) {
method
:
'POST'
,
});
}
// 退换货填写物流单号
export
function
fillGoodsInfo
(
data
)
{
return
request
({
url
:
'/sgyrdd/sgyOrder/afterSales/goodsInfo'
,
method
:
'POST'
,
data
,
});
}
// 售后撤销申请
export
function
revokeApplication
(
data
)
{
return
request
({
url
:
'/sgyrdd/sgyOrder/afterSales/revoke'
,
method
:
'POST'
,
data
,
});
}
src/pages.json
View file @
1dca7e6c
...
...
@@ -269,6 +269,12 @@
"navigationBarTitleText"
:
"评论"
,
"enablePullDownRefresh"
:
true
}
},
{
"path"
:
"pages/assistingAgriculture/order/afterSales"
,
"style"
:
{
"navigationBarTitleText"
:
"售后详情"
}
}
],
"globalStyle"
:
{
...
...
src/pages/address/addressList.vue
View file @
1dca7e6c
...
...
@@ -57,7 +57,11 @@ const getAddressListData = async () => {
}
};
onLoad
(()
=>
{});
getAddressListData
();
onShow
(()
=>
{
getAddressListData
();
});
const
addNewAddress
=
()
=>
{
xma
.
navigateTo
({
url
:
'/pages/address/addressEdit?new=true'
});
};
...
...
src/pages/assistingAgriculture/order/afterSales.vue
0 → 100644
View file @
1dca7e6c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment