随笔分类 -  微信小程序

摘要:<input type="" bindinput="handleInput"></input><button bindtap="handtap" data-operation="{{1}}">+</button><button bindtap="handtap" data-operation="{{ 阅读全文
posted @ 2021-10-20 17:51 果果1024 阅读(564) 评论(0) 推荐(0)
摘要:<!--template.wxml--> <template name="msgItem"> <view class="template_style"> <text class="info">This is template.wxml文件,我是一个模板</text> </view> </templa 阅读全文
posted @ 2021-10-20 16:50 果果1024 阅读(225) 评论(0) 推荐(0)
摘要:"pages": [ "pages/index/index" ] 1.新建页面少两个文件index.json、index.wxss,需要手动添加 2.遇到很神奇的一个问题index.json手动添加却不读取,项目重新在微信小程序编译工具中打开,好了,不知道为什么????????? 阅读全文
posted @ 2021-09-26 16:16 果果1024 阅读(1961) 评论(0) 推荐(0)
摘要:1.初始化package.json npm init -y 2.下载npm资源包 npm i @vant/weapp -S --production 3.在微信开发者工具里面进行配置 点击详情 使用npm模块 点击工具 构建npm 4.使用 // app.json "usingComponents" 阅读全文
posted @ 2021-09-24 16:35 果果1024 阅读(97) 评论(0) 推荐(0)