feat: 优化代码

This commit is contained in:
2025-08-06 20:25:41 +08:00
parent 5f7d0ceb79
commit 73823c50fd
1179 changed files with 42944 additions and 189654 deletions
+4 -4
View File
@@ -39,8 +39,8 @@
import { searchList } from '@/api/product.js';
import { SEARCH_TYPE,APP_PAGE_TYPE } from '@/utils/enumUtils.js';
import { getCarouselImage } from '@/api/common.js';
export default {
data() {
return {
@@ -73,7 +73,7 @@
// 邀请好友
jumpInviteFriends(){
uni.navigateTo({
url: '/pages/invite_friends/invite_friends',
url: '/pages/other_package/invite_friends/invite_friends',
})
},
async getSearchList(){
@@ -102,7 +102,7 @@
*/
jumpInfo(item){
uni.navigateTo({
url: '/pages/productInfo/productInfo?id='+item.id,
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
})
}
}