This commit is contained in:
lf 2024-07-24 10:14:16 +08:00
parent d413e04942
commit c2e4ef84fd
1 changed files with 4 additions and 4 deletions

View File

@ -264,11 +264,11 @@
alert(33) alert(33)
return Fw.device.api.openWXMiniProgram({ return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1", programID: "wx9ed74283ad25bca1",
path: "pages/index/index", path: "weixin://dl/business/?t=ZBl03HYOtOj",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版
extJson: JSON.stringify({ // extJson: JSON.stringify({
order_number: res.data.order_number // order_number: res.data.order_number
}) // })
}) })
} }
//微信 //微信