商务型网站模板,东营免费建网站,设计制作一个 个人主页网站,小程序定制锋哥原创的uniapp微信小程序投票系统实战#xff1a;
uniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )_哔哩哔哩_bilibiliuniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )共计21条视频…锋哥原创的uniapp微信小程序投票系统实战
uniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )_哔哩哔哩_bilibiliuniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )共计21条视频包括uniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )、第2讲 投票项目后端架构搭建、第3讲 小程序端 TabBar搭建等UP主更多精彩视频请关注UP账号。https://www.bilibili.com/video/BV1ea4y137xf/关于锋哥页面author.vue 我们这里用一个vip宣传页面套一个web-view
templateweb-view srchttp://www.java1234.com/vip.html/web-view
/templatescript
/scriptstyle
/style
my.vue页面点击关于锋哥跳转tab页面 goJava1234Page:function(){uni.switchTab({url:/pages/author/author})}
修复问题一创建完投票后跳转到投票列表页面 uni.navigateTo({url:/pages/createVoteList/createVoteList})
修复问题二客服页面
新建customer.vue
templateview客服页面/viewview锋哥微信java9266 备用 java8822/viewview官网: www.java1234.vip/view
/templatescript
/scriptstyle
/style
{path: pages/customer/customer,style: {navigationBarTitleText: 客服页面}}
vote页面
goCustomerPage:function(){uni.navigateTo({url:/pages/customer/customer})}