From c2b4521dfdb0016b4ac8396e2928072b030080c2 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Fri, 10 May 2024 09:45:35 +0800 Subject: [PATCH] add --- pageQuota/feedBack/detail.vue | 71 +++++++++++++++++++++++++++++++++-- pageQuota/feedBack/index.vue | 14 ++++++- pageQuota/feedBack/list.vue | 40 ++++++++++++++++++-- store/user.js | 4 +- 4 files changed, 118 insertions(+), 11 deletions(-) diff --git a/pageQuota/feedBack/detail.vue b/pageQuota/feedBack/detail.vue index aa3f70a..eecdd17 100644 --- a/pageQuota/feedBack/detail.vue +++ b/pageQuota/feedBack/detail.vue @@ -1,11 +1,74 @@ - - \ No newline at end of file diff --git a/pageQuota/feedBack/index.vue b/pageQuota/feedBack/index.vue index befe596..1ca5299 100644 --- a/pageQuota/feedBack/index.vue +++ b/pageQuota/feedBack/index.vue @@ -46,7 +46,7 @@ v-model="formData.phone"> - + 反馈记录 @@ -134,6 +134,18 @@ }); }); }; + + const submit = () => { + uni.showToast({ + title: '提交成功', + duration: 2000 + }); + setTimeout(function() { + uni.navigateTo({ + url: '/pageQuota/feedBack/list' + }) + }, 2000); + } \ No newline at end of file diff --git a/store/user.js b/store/user.js index 8182f7a..96f95ab 100644 --- a/store/user.js +++ b/store/user.js @@ -25,7 +25,7 @@ const useUserStore = defineStore("user", () => { // #ifdef H5 - token.value = "1d5c66dda1a45860d7df55ad6ae59998" + token.value = "37c15fa496186006ea3707aa4af0d54b" // token.value = "95b24dd6d2dda836fe07854b08ba0944" userInfo.value = { avatar: "https://lihaiim.oss-cn-chengdu.aliyuncs.com/image/admin/default_avatar.png", @@ -35,7 +35,7 @@ const useUserStore = defineStore("user", () => { mobile: "19330904744", nickname: "用户1714964250", supplier: null, - token: "1d5c66dda1a45860d7df55ad6ae59998" + token: "37c15fa496186006ea3707aa4af0d54b" } // #endif