|
@@ -28,6 +28,10 @@ const toHomePage = () => {
|
|
|
const toPointsDetails = () => {
|
|
|
uni.navigateTo({ url: '/pages/designer/points_details/index' })
|
|
|
}
|
|
|
+const toOrderDetails = () => {
|
|
|
+ uni.navigateTo({ url: '/pages/mine/merchant/orders/detail/index' })
|
|
|
+}
|
|
|
+
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
@@ -333,7 +337,7 @@ const toPointsDetails = () => {
|
|
|
</div>
|
|
|
</view>
|
|
|
<view class="content mt-[20px]" v-if="index === 3">
|
|
|
- <div class="bg-white rounded-2xl shadow pa-[15px] mt-[20px] flex-col gap-2 flex">
|
|
|
+ <div class="bg-white rounded-2xl shadow pa-[15px] mt-[20px] flex-col gap-2 flex" @click="toOrderDetails">
|
|
|
<div class="bg-white rounded-2xl flex items-center justify-between w-full">
|
|
|
<div>
|
|
|
<img class="w-[76px] h-[101px]" src="https://via.placeholder.com/76x101" />
|