Home > Article > WeChat Applet > Summary of common development problems of WeChat mini programs
.wrap{ word-break: break-all; word-wrap:break-word; white-space:pre-line; }
// taro 为例 import Taro, { Component, Config } from '@tarojs/taro'; export default class HomePage extends Component { config: Config = { navigationBarTitleText: '首页', disableScroll: true, // 这一句 }; }
container.js
import Child from 'child'; render(){ return 548e7793df275d156d270cdda504ba19 7e1e1a315965807cf569d682d475970e 3d260b73c372472a96940693fb62cbcc }
child.js
handleClick(){ this.props.onToggle(); } render(){ return c68356d7160bf99f638ed320e2f75ac6点击测试3d260b73c372472a96940693fb62cbcc }
state = { scale : 10 } resetScale(){ this.setState({ scale:this.state.scale===10?10.00001:10 }) } render(){ return ( 201feb6cf74270c7012e264715f05b29 ) }
Taro.getLocation({ type:'gcj02' // 这里 }) .then(res=>{ let { longitude, latitude } = res; })
Recommended tutorial: "微信小program》
The above is the detailed content of Summary of common development problems of WeChat mini programs. For more information, please follow other related articles on the PHP Chinese website!