From afa853bafafd9ce05f9f60d6bdcae433875dfb22 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Thu, 9 May 2024 18:01:57 +0800
Subject: [PATCH] add
---
components/goodPopup.vue | 251 +++++++++++++++++-----------------
pageQuota/feedBack/detail.vue | 11 ++
pageQuota/feedBack/index.vue | 171 ++++++++++++++++++++++-
pageQuota/feedBack/list.vue | 11 ++
pageQuota/quotation/index.vue | 9 +-
pages.json | 14 ++
pages/index/index.vue | 17 ++-
7 files changed, 355 insertions(+), 129 deletions(-)
create mode 100644 pageQuota/feedBack/detail.vue
create mode 100644 pageQuota/feedBack/list.vue
diff --git a/components/goodPopup.vue b/components/goodPopup.vue
index 01bbadc..ea8cc98 100644
--- a/components/goodPopup.vue
+++ b/components/goodPopup.vue
@@ -1,141 +1,148 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/pageQuota/feedBack/detail.vue b/pageQuota/feedBack/detail.vue
new file mode 100644
index 0000000..aa3f70a
--- /dev/null
+++ b/pageQuota/feedBack/detail.vue
@@ -0,0 +1,11 @@
+
+
+ detail文件
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageQuota/feedBack/index.vue b/pageQuota/feedBack/index.vue
index 3618c6d..befe596 100644
--- a/pageQuota/feedBack/index.vue
+++ b/pageQuota/feedBack/index.vue
@@ -1,17 +1,186 @@
-
+
+
+ 反馈类型
+
+
+
+ 注册
+
+
+ 注册
+
+
+
+ 未收到短信
+
+
+
+
+
+
+ 反馈内容
+
+
+
+
+
+
+ 图片上传
+
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+
+
+
+ 反馈记录
+
+
+
\ No newline at end of file
diff --git a/pageQuota/feedBack/list.vue b/pageQuota/feedBack/list.vue
new file mode 100644
index 0000000..55a195a
--- /dev/null
+++ b/pageQuota/feedBack/list.vue
@@ -0,0 +1,11 @@
+
+
+ list列表
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageQuota/quotation/index.vue b/pageQuota/quotation/index.vue
index 34ad1eb..5e91e66 100644
--- a/pageQuota/quotation/index.vue
+++ b/pageQuota/quotation/index.vue
@@ -69,8 +69,9 @@
-
+
+
@@ -138,6 +139,12 @@
OpurchaseGoodsOfferListApi
} from "@/api/quotation.js"
+ const test2 = () => {
+ console.log("点解")
+ uni.navigateTo({
+ url: '/pages/index/index'
+ })
+ }
// 状态图片url
const successPng = ref('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png')
const errPng = ref('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png')
diff --git a/pages.json b/pages.json
index aedfbdf..05fd934 100644
--- a/pages.json
+++ b/pages.json
@@ -117,6 +117,20 @@
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "feedBack/list",
+ "style": {
+ "navigationBarTitleText": "反馈记录",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "feedBack/detail",
+ "style": {
+ "navigationBarTitleText": "反馈详情",
+ "enablePullDownRefresh": false
+ }
}
]
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2fdd277..7e0eb0d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -173,6 +173,18 @@
getCurrentInstance
} from 'vue';
+
+
+ const test = () => {
+ uni.navigateTo({
+ url: '/pageQuota/quotation/index'
+ })
+ }
+
+
+
+
+
/*商品列表滚动隐藏头部导航 */
const instance = getCurrentInstance(); // 获取组件实例
const targetHeight = ref(0)
@@ -185,11 +197,6 @@
}
/*商品列表滚动隐藏头部导航结束 */
- const test = () => {
- uni.navigateTo({
- url: '/pageQuota/quotation/index'
- })
- }
const cartStore = useCartStore();
const show = ref(0);