Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
关于小程序请求规范
tets:function(){ let { data: Feedback, error } = await supabase .from('Feedback') .select('*') }
为什么会报错,麻烦指引一下
@leo 您好,data不能把值付给feedback ,把feedback去掉试试,直接{data,error}或者用一个res接收返回的数据~