-
-
{{ commentContent ?
- commentContent : (twoCommentData ? '写回复…' : '想问啥,大胆问…') }}
-
+
+
{{ 500 - commentContent.length }}
@@ -69,10 +63,13 @@ export default {
},
popState: "discussionSingle",
- openDiscussionSingleState: ""
+ openDiscussionSingleState: false, // 弹出键盘动画
+
};
},
+ props: ["twoCommentData"],
+
mounted() {
console.log("gjklgjklg");
},
@@ -84,6 +81,16 @@ export default {
console.log("dffgkgfk");
},
+ // 关闭弹窗
+ handlePopCancel(){
+ this.twoCommentData = null
+ },
+
+ // 切换简单的切换数据
+ setValue(key, value) {
+ this[key] = value
+ },
+
},
};
@@ -130,9 +137,6 @@ export default {
.discussion-single-input {
height: 100%;
- background: transparent;
- border: none;
- outline: none;
}
.discussion-header {
@@ -168,34 +172,33 @@ export default {
.discussion-multi-box {
.discussion-header {
- padding-bottom: 24rpx;
- border-bottom: 1rpx solid #dbdcdd;
+ padding-bottom: .32rem;
+ border-bottom: .0133rem solid #dbdcdd;
}
.discussion-multi-content {
position: relative;
- height: 663rpx;
+ height: 8.84rem;
box-sizing: border-box;
}
.discussion-multi-textarea {
- font-size: 30rpx;
- padding: 24rpx;
- /* height: 663rpx; */
+ font-size: .4rem;
+ padding: .32rem;
box-sizing: border-box;
height: 50vh;
overflow: auto;
word-break: break-word;
- line-height: 36rpx;
+ line-height: .48rem;
}
.discussion-multi-icom {
- width: 36rpx;
- height: 36rpx;
- padding: 24rpx;
+ width: .48rem;
+ height: .48rem;
+ padding: .32rem;
position: absolute;
top: 0;
right: 0;
@@ -206,25 +209,25 @@ export default {
position: absolute;
bottom: 0;
right: 0;
- padding: 24rpx;
- font-size: 21rpx;
+ padding: .32rem;
+ font-size: .28rem;
color: #aaaaaa;
}
.discussion-multi-bottom {
- height: 96rpx;
- border-top: 1rpx solid #dbdcdd;
+ height: 1.28rem;
+ border-top: .0133rem solid #dbdcdd;
justify-content: flex-end;
- padding-right: 24rpx;
+ padding-right: .32rem;
}
.discussion-multi-btn {
background-color: rgba(80, 227, 194, 1);
- border-radius: 12rpx;
- width: 105rpx;
- height: 66rpx;
- margin: 15rpx 0;
- font-size: 27rpx;
+ border-radius: .16rem;
+ width: 1.4rem;
+ height: .88rem;
+ margin: .2rem 0;
+ font-size: .36rem;
}
}
diff --git a/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue b/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue
deleted file mode 100755
index 03656f4..0000000
--- a/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 香港理工大学附近求租房,红磡何文田或黄埔附近最好
-
-
-
- 回复可见
-
-
-
-
-
-
-
-
-
-

-
精华
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/search/searchResult/SearchResult.vue b/src/views/search/searchResult/SearchResult.vue
index e737919..04ec52f 100755
--- a/src/views/search/searchResult/SearchResult.vue
+++ b/src/views/search/searchResult/SearchResult.vue
@@ -120,9 +120,6 @@ export default {
.search-input-input {
height: 100%;
- background: transparent;
- border: none;
- outline: none;
}
}