no message
This commit is contained in:
@@ -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`,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user