Browse Source

no message

xiaoxin 1 year ago
parent
commit
3531d93801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/home/home.vue

+ 1 - 1
pages/home/home.vue

@@ -236,7 +236,7 @@ const getUseAppList = async () => {
 
 // 跳转页面函数
 const goPage = (url, item) => {
-	if (item && item.category == '其他小程序') {
+	if (item && item.category == '自建小程序') {
 		uni.navigateToMiniProgram({
 			appId: item.appid,
 			path: item.path