This commit is contained in:
2023-09-26 16:55:20 +08:00
parent 386a66a324
commit 3748f042cb
19 changed files with 322 additions and 416 deletions

View File

@@ -74,6 +74,12 @@ const goodsSign = (order_no) => req({
method: 'PUT'
})
// 邀请码背景
const poster = (data) => req({
url: "poster",
data: data
})
export default ({
home,
invite,
@@ -86,5 +92,6 @@ export default ({
mallGoods,
orders,
goodsDet,
goodsSign
goodsSign,
poster
})