摘要: 父page let personInfo = { mobile: this.state.mobile, email: this.state.email } 传入自组件参数 personData={personInfo} <PersonInfo personData={personInfo} onHa 阅读全文
posted @ 2019-10-23 14:56 pikachuWorld 阅读(1897) 评论(0) 推荐(0) 编辑
摘要: taro image引入图片 import Taro, { Component } from '@tarojs/taro' import { View, Image } from '@tarojs/components' 1、网络图片 <Image style='width:300px;height 阅读全文
posted @ 2019-10-23 14:31 pikachuWorld 阅读(7112) 评论(0) 推荐(0) 编辑