随笔分类 - 微信小程序
微信小程序
摘要:1、打开根目录 npm init npm install weui-miniprogram --save 2、打开project.config.json 设置 "packNpmManually": true, "packNpmRelationList": [ { "packageJsonPath":
阅读全文
摘要:<view class='contaicer'> <button size="mini">按钮</button> <button type='warn'>按钮</button> <button plain='true'>按钮</button> <button disabled='true'>按钮</
阅读全文
摘要:<view> <view>{{clickMsg}}</view> <view class='view-item' bindtap='clickMe' id='view0'>点击view0</view> <view class='view-item' bindtap='clickMe' id='vie
阅读全文
摘要:<view class="bc"> <view> <text bc_text>demo</text> </view> <view class="bc_2"> <view>行排列</view> <view style="display:flex; flex-direction:row;"> <view
阅读全文