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