question
add, or can you tell me how to change the following code to jump to the corresponding cat.wxml list, whether the corresponding category label bright red
is passing multiple parameters, parameter 1 jump cat.wxml parameter 2 this classification (call to cat.wxml list) is easy to understand?
or just jump to the cat.wxml page (after the specified category is displayed, call up each category at the top),
<navigator bindtap="hideGetCoupon" class="flex-y-center" url="/pages/cat/cat?cat_id={{cat.id}}">
how to put the following code
related codes
after adjusting the classification on the home page, the effect of the classification can not be seen, only the corresponding classification products are displayed, and the classification is missing as shown in the figure above
<navigator bindtap="hideGetCoupon" class="flex-y-center" url="/pages/cat/cat?cat_id={{cat.id}}">
<text></text>
<image src="{{__wxapp_img.store.jiantou_r.url}}"></image>
</navigator>
after modification, you can jump to the page effect of the following code, which is the effect of the normal classified page
.
cat.wxml
cat.js