-
-
-
-
- 加载失败
-
+
+
+
+
+
+
+
+
-
我的报告
-
报告管理 趋势分析
+
推荐机构
+
更多
+
+
+
+
+
-
-
- 加载失败
-
+
+
+
-
报告解读
-
在线医生 答疑解惑
+
推荐套餐
+
更多
-
+
+
+
+
+
+
+
+
+
+
+
@@ -46,27 +49,78 @@
const router = useRouter()
+// ------------------------------------------方法
+// ========================路由跳转
+
const goPhysical = () => {
- console.log(router);
router.push('/physical')
}
const goSubscribe = () => {
- console.log(router);
router.push('/subscribe')
}
const goReportInfo = () => {
- console.log(router);
router.push('/reportInfo')
}
const goRead = () => {
- console.log(router);
router.push('/read')
}
+// 机构跳转
+const organInfo = () => {
+ router.push('/read')
+}
+
\ No newline at end of file
diff --git a/src/views/packageDetails/index.vue b/src/views/packageDetails/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a6cfd0955b91f184c7fae4e01a2c876f472d0679
--- /dev/null
+++ b/src/views/packageDetails/index.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/packageDetails/ui/detailBanner.vue b/src/views/packageDetails/ui/detailBanner.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f72c9eabc1ce8ae4851ff639d66ada46716669e7
--- /dev/null
+++ b/src/views/packageDetails/ui/detailBanner.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
{{ listData.title }}
+
{{ listData.location }}
+
+
+ ¥{{ listData.oldprice }}
+ ¥{{ listData.sellingprice }}
+
+
{{ listData.volume }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/packageList/index.vue b/src/views/packageList/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..5ca751f6bc2a3578722777953a2e7f0c5b3f1fa2
--- /dev/null
+++ b/src/views/packageList/index.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/packageList/ui/packageList.vue b/src/views/packageList/ui/packageList.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4085321ac1ac4e5690280d99282f2207867a81f4
--- /dev/null
+++ b/src/views/packageList/ui/packageList.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ truncateLocation(item.location) }}
+
+ ¥{{ item.sellingprice }}
+ ¥{{ item.oldprice }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/physical/index.vue b/src/views/physical/index.vue
index c4bf7b879b33fa1d3d67f84868dcec28d6307cd5..4507d5e0b22c59d8c4a9da2f33e16561429f8dac 100644
--- a/src/views/physical/index.vue
+++ b/src/views/physical/index.vue
@@ -2,10 +2,13 @@
+
+
+
\ No newline at end of file