From 65c5ada66f2c79a5d0ca42cd6b4b10ef82b47152 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Tue, 9 Sep 2025 16:20:39 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=B5=84=E8=AE=AF=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=92=8C=E5=88=86=E7=B1=BB=E4=B8=8D=E9=9C=80=E8=A6=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/themes/diy.vue | 15 +++++++-------- pages/index/image.vue | 8 ++++---- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/components/themes/diy.vue b/components/themes/diy.vue index 94b07fb..9631cd6 100644 --- a/components/themes/diy.vue +++ b/components/themes/diy.vue @@ -1130,16 +1130,15 @@ export default { }); }, tplGoToPage: function (e) { - let that = this; - if(this.isLogin){ - if(!this.hasLogin){ - that.$emit("showLogin",true) - return - } - } - debugger; + // if(this.isLogin){ + // if(!this.hasLogin){ + // that.$emit("showLogin",true) + // return + // } + // } + var t = e.currentTarget.dataset; //console.info(t); switch (parseInt(t.type)) { diff --git a/pages/index/image.vue b/pages/index/image.vue index 7b908c4..295bd56 100644 --- a/pages/index/image.vue +++ b/pages/index/image.vue @@ -357,10 +357,10 @@ export default { // item 返回选中 JSON 对象 //console.log(item) - if(!this.hasLogin){ - this.showLoginPopup = true - return - } + // if(!this.hasLogin){ + // this.showLoginPopup = true + // return + // } let url = "/community/community/detail?id=" + item.story_id;