背景音乐播放

This commit is contained in:
@fawn-nine
2023-07-27 18:12:31 +08:00
parent 32166040c3
commit 72d35bae31
6 changed files with 249 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ import {
// 订单详情
goOrdiCont(e) {
uni.navigateTo({
url: './orderLCont?orderId=' + e.orderId + '&orderType=' + e.orderStatus
url: './orderLCont?orderId=' + e.orderId + '&orderType=' + e.orderStatus + '&orderSn=' + e.orderSn
});
},