dev/1.0 #1

Merged
admin merged 16 commits from dev/1.0 into main 2026-01-24 09:24:06 +00:00
3 changed files with 7 additions and 0 deletions
Showing only changes of commit ceca4e5956 - Show all commits

View File

@@ -38,6 +38,7 @@ export default {
},
onShow() {
if (this.$refs.category) this.$refs.category[0].pageShow();
this.$util.hideHomeButton();
},
onUnload() {
if (!this.storeToken && this.$refs.login) this.$refs.login.cancelCompleteInfo();

View File

@@ -301,6 +301,9 @@ export default {
fail: res => { }
});
},
onShow() {
this.$util.hideHomeButton();
},
methods: {
// 分享文件
shareFile(file) {

View File

@@ -86,6 +86,9 @@ export default {
nsNewGift
},
mixins: [diyJs, indexJs],
onShow() {
this.$util.hideHomeButton();
},
methods: {
tourl(url) {