From 968639f063289c46c2b3a279cd9cfd1cf3be19da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Fri, 15 Aug 2025 14:51:52 +0800 Subject: [PATCH] bugfix --- .../src/views/homePage/dialog/talk/index.vue | 1 + .../ncmatch/mainPage/productCard/index.vue | 4 ++ .../ncmatch/mainPage/sendProduct/index.vue | 11 +++- .../homePage/ncmatch/proDetail/index.vue | 60 +++++++++++-------- f/web-kboss/src/views/login/indexNew.vue | 7 ++- 5 files changed, 51 insertions(+), 32 deletions(-) diff --git a/f/web-kboss/src/views/homePage/dialog/talk/index.vue b/f/web-kboss/src/views/homePage/dialog/talk/index.vue index 81f6672..3d41373 100644 --- a/f/web-kboss/src/views/homePage/dialog/talk/index.vue +++ b/f/web-kboss/src/views/homePage/dialog/talk/index.vue @@ -100,6 +100,7 @@ export default Vue.extend({ this.$refs['ruleForm'].validate((valid) => { if (valid) { this.addBtnLoading = true + this.addData.url_link = window.location.href reqNewHomeConsult(this.addData).then(response => { this.addBtnLoading = false if (response.status) { diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue index 0411a2e..3be6828 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue @@ -89,6 +89,10 @@ + +
@@ -165,23 +171,24 @@ export default {