04 2019 档案
摘要:<!--热门文章--> <div class="remenwenzhang"> <div class="news-recommend"> <div class="news-recommend-title">推荐</div> <ul class="news-recommend-list"> </ul>
阅读全文
摘要:传静态的属性 子组件: <template> <div> <h1>{{ msg }}</h1> </div> </template> <script> export default { props: ["msg"] } </script> 父组件: <template> <div id="app">
阅读全文
摘要:https://my.oschina.net/wangnian/blog/2055631
阅读全文
摘要:wxml <view class='shouji_info'> <view class='info_list'> <input placeholder='请输入手机号' bindinput="phoneInput"></input> </view> <view class='info_list'>
阅读全文
摘要:$ yarn add less && yarn add wepy-compiler-less && yarn run build
阅读全文