https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
各位前辈大家好,我在云数据库放了几条数据,每条数据都有对应的category,我想设置对应的button跳转到同一个页面但是会由于category的不同显示不同的页面,talents是数据库中数据具有的category,求教大佬如何操作,指出我的问题
<view class="study">
<navigator url="/pages/business/business?category=study">
<image src="https://3105083.s90i.faiusr.com/4/AFoIABAEGAAg_dzf_AUo0sfPVzDOAjieAQ.png"></image>
</navigator>
</view>
就是你这样传。下个页面onLoad里取
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html