微信小程序开发-第2天-选项卡
摘要:数据绑定:{{ }} 两个大括号 效果图: "tabBar":{ "list": [ { "pagePath": "pages/test/indexTest", "text": "首页", "iconPath": "image/home_no.png", "selectedIconPath": "i
阅读全文
posted @
2020-11-19 22:04
卧龙学子
阅读(74)
推荐(0)
微信小程序开发-第1天,点击文字变色
摘要:第1个小DEMO:点击文字,文字变色 程序效果: 一: 程序结构: 二:wxml文件 <!--pages/test/indexTest.wxml--> <view> <text catchtap="click" class="{{color}}">hello 123</text> </view> 三
阅读全文
posted @
2020-11-18 18:45
卧龙学子
阅读(1279)
推荐(0)