🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
小程序路径地址: 页面需要参数的页面地址需要拼接一下,其中id后面是对应土地或者商品的id;比如租地详细页的路径:pages/land/land_detail?land_id=1 ``` 首页:pages/index/index 租地:pages/land/index 租地详情:pages/land/land_detail 参数 land_id=1 认养:sub_package/adoptV2/pages/index 认养详情:sub_package/adoptV2/pages/detail 参数 adopt_id=1 集市:sub_package/shop/index 商品详情:sub_package/shop/goods_detail 参数 goods_id=1 监控列表:pages/live/list 监控播放页面:pages/live/index 参数格式 id=1 附近农场:sub_package/marketing/pages/shop/index 农场主页:sub_package/marketing/pages/store/detail 参数:shop_id=1 活动列表:sub_package/marketing/pages/active/list 活动详情:sub_package/marketing/pages/active/detail 参数 id=1 直播列表:pages/live/streaming 兑换卡:sub_package/marketing/pages/card/bind 抽奖:sub_package/marketing/pages/lottery/index ```