小程序
紫越
除了美,还能剩下些什么
展开
-
微信小程序-并排放置
1.wxml<view class='mowei'><view class='wodedingdan'><image src='images/wifi.png'></image><view class='ziti'>WIFI连接</view></view><view class='wodedingdan'><image src='images/peisong.png'></im原创 2021-07-02 14:51:15 · 7304 阅读 · 0 评论 -
微信小程序底部Tab搭建-tabBar使用
app.json中写入"tabBar": { "selectedColor": "#000000", "borderStyle": "black", "list": [ { "selectedIconPath": "image/shouye.png", "iconPath": "image/shouye2.png", "pagePath": "pages/first/first", "text": ".原创 2021-07-02 10:04:58 · 317 阅读 · 0 评论 -
微信小程序轮播图-swiper组件使用
1.wxml<view> <swiper class="swiper" indicator-dots="true" autoplay="true" interval="5000" duration="1000" circular="true"> <block wx:for="{{movies}}" wx:for-index="index"> <swiper-item> <i原创 2021-06-23 15:25:48 · 198 阅读 · 0 评论