Compare commits

..

No commits in common. "9c2cd083e9a3453de91a34ef4b270047ecb82308" and "585a0582b823b6868cfec6bc81e9d66b0ff1d437" have entirely different histories.

2 changed files with 2013 additions and 352 deletions

View File

@ -96,9 +96,10 @@ const handleTabChange = ({ index }) => {
const handleOrderClick = ({ orderId }) => {
//
uni.navigateTo({
url: `/pages-order/order/detail?orderId=${orderId}`,
url: `/pages/order/detail?orderId=${orderId}`,
});
};
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss">
</style>

2360
yarn.lock

File diff suppressed because it is too large Load Diff