Search found 3 matches

by liao12345
2024年 May 13日 11:13
Forum: 小程序开发
Topic: openInnerH5 跳转外部链接 404
Replies: 3
Views: 29

Re: openInnerH5 跳转外部链接 404

openInnerH5({
url: 'https://web.fondcard.net/pwatest/index.html#/login',
title:'测试'
})

by liao12345
2024年 May 13日 11:00
Forum: 小程序开发
Topic: openInnerH5 跳转外部链接 404
Replies: 3
Views: 29

openInnerH5 跳转外部链接 404

by liao12345
2024年 Mar 19日 12:03
Forum: 小程序开发
Topic: 怎么获取面板小程序上报指令后,客户端返回的内容
Replies: 1
Views: 127

怎么获取面板小程序上报指令后,客户端返回的内容

Tuya MiniApp Tools 版本信息: 关于中查看 App 应用版本信息: 设置-关于中进行查看~ 移动设备信息: 手机型号及系统 相关代码: 可复现该问题的代码内容 usePageEvent('onShow', () => { publishCommands({ deviceId: devInfo.devId, dps: { set_time: '01', }, mode: 1, pipelines: [0, 1, 2, 3, 4, 5, 6], options: {}, success: res => { }, fail: error => { console.log(erro...