07 2020 档案
摘要:HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> #box{width:260px;height:100px;margin:
阅读全文
摘要:import {Picker} from 'antd-mobile' import React from 'react' const CustomChildren = props => ( <div onClick={props.onClick} style={{ backgroundColor:
阅读全文
摘要:目录结构 1.列表渲染(数组对象都可以) 默认数组的当前项的下标变量名默认为 index,数组当前项的变量名默认为 item wx:for-index="index" wx:for-item="item" 如果是单层渲染,没有嵌套的话 ,可以直接省略这个绑定 <view wx:for="{{arra
阅读全文