开发者工具调试没有问题,手机客户端访问就报这个错误,大佬们可以帮我看下吗?There is no problem with the developer tool debugging. This error is reported when the mobile client accesses it. Can you help me see it?
开发者工具调试没有问题,手机客户端访问就报这个错误,大佬们可以帮我看下吗?回答:
请自行核对提示位置
报错上都说得很明显了啊
detail_list.js的85行13列
storage是本地存储,不会自动同步到不同的终端。
开发者工具上可能有storage值,但是真机上可能这个值为undefined
这个时候直接使用会报错,因为是一个undefined的值。