摘要: 需要的数据库字段:openid,nickName,session_key 在app\Http\Middleware\VerifyCsrfToken.php文件里面的 protected $except = [ // "*", //]; 需要加“*”,不然微信开发者工具报419错误 需要Token,去 阅读全文
posted @ 2023-05-25 20:46 还好阿卡 阅读(236) 评论(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 还好阿卡 阅读(227) 评论(0) 推荐(0)