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 @@ + + + + + \ 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 @@ + + + + + \ 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);