随笔分类 -  微信小程序

摘要:下面是一个示例,在个人使用的过程中按自己需求进行更改 创建一个DataController控制器 php artisan make:controller DataController 创建一个Data的模型,并且在datas表里面创建两个字段,以name和description为例 php arti 阅读全文
posted @ 2023-07-10 10:23 还好阿卡 阅读(191) 评论(0) 推荐(0) 编辑
摘要:需要的数据库字段:openid,nickName,session_key 在app\Http\Middleware\VerifyCsrfToken.php文件里面的 protected $except = [ // "*", //]; 需要加“*”,不然微信开发者工具报419错误 需要Token,去 阅读全文
posted @ 2023-05-25 20:46 还好阿卡 阅读(185) 评论(0) 推荐(0) 编辑
摘要:下面是wxml代码 <button type="primary" bindtap="go">跳转到list页面</button> 下面是js代码 go:function(){ wx.navigateTo({ url: '/pages/list/list', }) }, 阅读全文
posted @ 2023-05-25 15:53 还好阿卡 阅读(202) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示