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 {