@@ -34,6 +34,18 @@ export default {
userName: this.$store.getters.userInfo.userName,
}
},
+ methods:{
+ subscribe(){
+ this.$http.postData('lawss/Subscription/insertSubscription',{
+ askId: this.question.id,
+ usId: this.$store.getters.userInfo.userId,
+ },{
+ _this: this
+ }, res => {
+ console.log(res);
+ })
+ },
+ },
watch:{
question: {
immediate: true,
From e20ff3a74c9b06c464818b3dfae36b8a0a2cb15a Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Tue, 7 Jun 2022 15:33:35 +0800
Subject: [PATCH 2/5] feat: There is no way the, BUG #52905
---
src/pages/home2/components/release/index.vue | 2 +-
.../home2/components/releaseBuss/index.vue | 2 +-
.../home2/components/releaseQA/index.vue | 2 +-
.../home2/components/releaseUs/index.vue | 2 +-
.../components/solicitopinions/index.vue | 24 +++++++++----------
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/pages/home2/components/release/index.vue b/src/pages/home2/components/release/index.vue
index e380ef56a..08125ceeb 100644
--- a/src/pages/home2/components/release/index.vue
+++ b/src/pages/home2/components/release/index.vue
@@ -150,7 +150,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
- font-size: 12px;
+ font-size: 15px;
float: right;
color: #4788c0;
&:hover {
diff --git a/src/pages/home2/components/releaseBuss/index.vue b/src/pages/home2/components/releaseBuss/index.vue
index b0648aee3..efd958425 100644
--- a/src/pages/home2/components/releaseBuss/index.vue
+++ b/src/pages/home2/components/releaseBuss/index.vue
@@ -150,7 +150,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
- font-size: 12px;
+ font-size: 15px;
float: right;
color: #4788c0;
&:hover {
diff --git a/src/pages/home2/components/releaseQA/index.vue b/src/pages/home2/components/releaseQA/index.vue
index 15fbe4b0a..c50e6a01f 100644
--- a/src/pages/home2/components/releaseQA/index.vue
+++ b/src/pages/home2/components/releaseQA/index.vue
@@ -155,7 +155,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
- font-size: 12px;
+ font-size: 15px;
float: right;
color: #4788c0;
&:hover {
diff --git a/src/pages/home2/components/releaseUs/index.vue b/src/pages/home2/components/releaseUs/index.vue
index 2a5308321..33b4a8d56 100644
--- a/src/pages/home2/components/releaseUs/index.vue
+++ b/src/pages/home2/components/releaseUs/index.vue
@@ -166,7 +166,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
- font-size: 12px;
+ font-size: 15px;
float: right;
color: #4788c0;
&:hover {
diff --git a/src/pages/home2/components/solicitopinions/index.vue b/src/pages/home2/components/solicitopinions/index.vue
index dbc3843a4..41fbcf4b3 100644
--- a/src/pages/home2/components/solicitopinions/index.vue
+++ b/src/pages/home2/components/solicitopinions/index.vue
@@ -37,7 +37,7 @@
label="结束时间">
-
更多 ⋙
+
更多 ⋙
@@ -93,18 +93,18 @@ export default {
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue
index 9185984f7..b5a863a90 100644
--- a/src/pages/regulatoryRepository/standQA/index.vue
+++ b/src/pages/regulatoryRepository/standQA/index.vue
@@ -13,7 +13,7 @@