摘要: 效果图: 界面很丑,主要是代码呈现数据绑定,使用符号{{}} 首先创建一个页面 在写bind.wxml <!--miniprogram/pages/bind/bind.wxml--> <view> name:{{name}} </view> <view class="color-{{colorID} 阅读全文
posted @ 2020-08-06 20:35 o云淡风轻o 阅读(163) 评论(0) 推荐(0)
摘要: 效果图 制作步骤: 一、创建一个page 二、编写demo.wxml写界面元素 <!--miniprogram/pages/demo/demo.wxml--> <view class="mycontainer"> <swiper class="swiper-img" autoplay="true" 阅读全文
posted @ 2020-08-06 11:29 o云淡风轻o 阅读(472) 评论(0) 推荐(1)