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
+3 -3
View File
@@ -23,7 +23,7 @@
<script>
import { searchList } from '@/api/product.js';
export default {
name:"choiceness",
data() {
@@ -35,10 +35,10 @@
this.getSearchList();
},
methods: {
//
//
jumpInfo(item){
uni.navigateTo({
url: '/pages/productInfo/productInfo?id='+item.id,
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
})
},
async getSearchList(){