no message

This commit is contained in:
2025-08-14 20:22:46 +08:00
parent d11c19d337
commit cac43cc5dc
7 changed files with 54 additions and 31 deletions
@@ -87,7 +87,7 @@
async getSearchList(){
this.productListLoading = true;
const params = {
type:SEARCH_TYPE.EXPLOSIVE,
type:3,
page:1,
pageSize:99,
}
@@ -110,7 +110,7 @@
*/
jumpInfo(item){
uni.navigateTo({
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
url: `/pages/other_package/productInfo/productInfo?id=${item.id}&ji=1`,
})
}
}