- 博客(3)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 微信小程序跳转页面,分享功能
先自己写出一个tabbar,然后在首页写入点击事件例:home(我的首页),在wxml中 <button bindtap="toList">去list</button> <button bindtap="toIndex">去index</button>在js中写入功能Page({ data: { }, toList(){ // 编程式导航跳转至 非 tabbar 页面wx.navigateTo(详细功能网站)...
2022-03-11 15:37:43
690
原创 微信小程序首页的基本内容
wxml<!-- 首部的搜索点击事件 内容是js中--><view class="indexpage"> <mysearch bind_init="__initComponent"></mysearch> <!--轮播图请求内容 --> <swiper indicator-dots autoplay circular class="swiperbox"> <block wx...
2022-03-10 19:56:53
617
原创 微信小程序优选商城首部搜索
<style lang="less"> .searchpage{ .searchbox{ background-color: #f00; padding: 30rpx 0; text-align: center; .inputtag{ display: inline-block; width: 80%; height: 80rpx; line-height: 80rpx;...
2022-03-10 19:25:21
1544
关于#vue#的脚手架安装问题,如何解决?(关键词-解决报错)
2022-06-30
TA创建的收藏夹 TA关注的收藏夹
TA关注的人