小程序在体验版测试是没有问题的,但是发布线上版本后,用vConsole打开能看到报错信息:
(in promise)MiniProgramError Cannot read properties of undefined (reading 'includes')
TypeError: Cannot read properties of undefined (reading 'includes') at https://usr/appservice.app.js:79:242509
我排查过代码,使用includes方法的变量全部都处理过的
配置请求域名没有,ssl证书过期没有
检查服务器端的接口请求是否正常。