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;