H5跳转小程序

import wx from "weixin-js-sdk";


wx.miniProgram.navigateTo({
   url:`/pages/payment/payment?order_id=${res.id}&from=levelOrder`
})

猜你喜欢

转载自blog.csdn.net/m0_59203969/article/details/134293271