-
wx:key="{{index + item}}" does not look like a valid key name.
查看全部 -
wx:for
wx:key
array
object
查看全部 -
```html
<!--pages/base/index.wxml-->
<view>
<view>
<text>{{msg}}</text>
</view>
<view>
<image src="{{img}}"></image>
</view>
<view>
<text>pages/base/index.wxml</text>
</view>
</view>
```
查看全部 -
img
/images/peppa pig
查看全部 -
view & text
视图容器 view === div
文本
https://developers.weixin.qq.com/miniprogram/dev/component/
查看全部 -
WXML === HTML
查看全部 -
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
查看全部 -
tabBar
color
selectedColor
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#%E5%85%A8%E5%B1%80%E9%85%8D%E7%BD%AE
查看全部 -
全局配置
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#tabBar
查看全部 -
通过配置文件生成 页面文件
ng cli 功能
# 微信小程序 icons
https://cdn.xgqfrms.xyz/icons/wx-xcx/cloud-actived.png
https://cdn.xgqfrms.xyz/icons/wx-xcx/cloud.png
https://cdn.xgqfrms.xyz/icons/wx-xcx/server-actived.png
https://cdn.xgqfrms.xyz/icons/wx-xcx/server.png
查看全部 -
page === route
查看全部 -
json 配置文件
查看全部 -
图解项目 ✅
查看全部 -
JSON
项目配置
全局配置
页面配置
查看全部 -
云服务? 要备案???
查看全部
举报