a1300399510@qq.com 提交于 2023/03/31 -16:20:01
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
<div class="card-head-fool">{{ index == 0 ? '楼主' : `${index}楼` }}</div>
|
||||
</div>
|
||||
|
||||
<div class="card-content">
|
||||
<div class="card-content flex1">
|
||||
<!-- 回复引用 -->
|
||||
<div class="quotation flexflex">
|
||||
<div class="quotation flexflex" v-if="index == 1">
|
||||
<svg-icon icon-class="quotation-left" class-name="quotation-icon"></svg-icon>
|
||||
<div class="quotation-right flex1 flexflex">
|
||||
<div class="quotation-wenzi flex1 three-lines">
|
||||
@@ -48,6 +48,13 @@
|
||||
</div>
|
||||
</div>
|
||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||
<!-- 未解锁区域 -->
|
||||
<div class="flexcenter content-unlock">
|
||||
<img class="unlock-icom" src="@/assets/img/detail/unlock.png">
|
||||
作者设置了回复可见
|
||||
</div>
|
||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +102,7 @@
|
||||
<img v-else class="bottom-operation-icom" src="@/assets/img/detail/collect-c.png">
|
||||
<div class="bottom-operation-text">收藏</div>
|
||||
</div>
|
||||
<div class="bottom-operation-item flex1 flexcolumn flexcenter" @click="transmit">
|
||||
<div class="bottom-operation-item flex1 flexcolumn flexcenter" @click="transmit()">
|
||||
<img class="bottom-operation-icom bottom-transmit-icom" src="@/assets/img/detail/share.png" />
|
||||
<div class="bottom-operation-text">转发</div>
|
||||
<button class="bottom-operation-button flexcolumn flexcenter" open-type="share"></button>
|
||||
@@ -224,7 +231,8 @@ export default {
|
||||
|
||||
// 点击转发
|
||||
transmit() {
|
||||
|
||||
let value = location.href
|
||||
this.$copy(value, "已经复制链接,欢迎分享!")
|
||||
},
|
||||
|
||||
setValue(key, value) {
|
||||
@@ -421,6 +429,14 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-unlock {
|
||||
.unlock-icom {
|
||||
width: .64rem;
|
||||
height: .64rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user