no message

This commit is contained in:
xiaoronghao 2023-04-17 16:19:01 +08:00
parent 34d052255f
commit 808baf798b
7 changed files with 4 additions and 17 deletions

View File

@ -29,9 +29,6 @@ export default {
},
methods: {
aaa1() {
console.log("dfgk;dfg;dfgk;");
},
isJudgePc() {
const userAgentInfo = navigator.userAgent;
const Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];

View File

@ -59,7 +59,6 @@ export default {
props: ["twoCommentData", "popState", "commentContent"],
mounted() {
// console.log("");
},
methods: {

View File

@ -24,7 +24,6 @@ export default {
},
mounted() {
console.log(this.messagehint, "messagehint");
},
methods: {

View File

@ -1,6 +1,5 @@
// a标签 跳转 isblank 代表跳转新标签
function skipUrl(url, isblank = true) {
console.log();
let aTab = document.createElement("a");
document.body.appendChild(aTab);
aTab.setAttribute("href", url);

View File

@ -496,11 +496,8 @@ export default {
}
if (info['message'].indexOf("[hide]") != -1) {
const regex = /\[hide\].*?\[\/hide\]/g; // [hide]
console.log("ispost", ispost, "isauthor", isauthor);
if (ispost == 0 && isauthor != 1) info['message'] = info['message'].replace(regex, replyVisibleHtml);
if (ispost == 1 || isauthor == 1) {
info['message'] = info['message'].replaceAll("[hide]", `<div class="content-unlock content-already"><div class="content-already-header flexflex">- 本内容回复可见 -</div><div class="content-unlock-wenzi">`)
@ -686,7 +683,6 @@ export default {
message = message.trim()
console.log("message", message);
this.commentContent = message
this.editCommentPid = item.pid
@ -810,8 +806,6 @@ export default {
//
postCoin() {
console.log("点击解锁");
this.$http.post("/api/operation/coinPurchase", {
token: this.token
}).then(res => {

View File

@ -139,6 +139,8 @@ export default {
})
})
if (!this.allActive) this.allActive = 0
} else {
setTimeout(() => {
this.handQuery()
@ -253,8 +255,8 @@ export default {
height: 100%;
border-radius: 0.32rem 0 0 0.32rem;
// background: #62b1ff;
border-left: 0.013333rem solid #ddd;
background-color: rgba(235, 235, 235, 0.556862745098039);
border-left: 0.013333rem solid #ddd;
background-color: rgba(235, 235, 235, 0.556862745098039);
position: absolute;
z-index: -1;
}

View File

@ -70,17 +70,14 @@ export default {
if (page) {
this.page = Number(page)
query['page'] = Number(page)
// this.
}
if (fid) {
this.fid = fid
this.handleForumFid()
query['fid'] = Number(fid)
}
this.$parent['query'] = query
console.log("query", query);
this.init()
},