小程序首页名字

This commit is contained in:
liuye
2023-05-22 13:40:35 +08:00
parent 915214df2b
commit 8c99ddafed
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ export default {
}
},
onReady() {
uni.setNavigationBarTitle({title: "东盛e家"})
uni.setNavigationBarTitle({title: "东盛万事通"})
},
onLoad() {
this.autoLogin().then(() => {
@@ -239,7 +239,7 @@ export default {
onShareAppMessage() {
return {
title: '欢迎使用东盛e家~',
title: '欢迎使用东盛万事通~',
path: `/pages/AppHome/AppHome`
}
},

View File

@@ -102,7 +102,7 @@ export default {
}
},
onReady() {
uni.setNavigationBarTitle({title: "数巫溪"})
uni.setNavigationBarTitle({title: "数巫溪"})
},
onLoad() {
this.autoLogin().then(() => {
@@ -239,7 +239,7 @@ export default {
onShareAppMessage() {
return {
title: '欢迎使用数巫溪~',
title: '欢迎使用数巫溪~',
path: `/pages/AppHome/AppHome`
}
},