摘要: Niushop中弹窗确定取消 直接上代码 uni.showModal({ title: '提示', content: '必须先购买VIP商品?', success: res => { if (res.confirm) { } }, }) 阅读全文
posted @ 2023-10-23 18:25 79524795 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Niushop中uniapp的访问接口 直接上代码 this.$api.sendRequest({ url: '/pintuan/api/order/isbuy', success: res => { console.log(res) if(res.code == 1){ //跳转VIP } }, 阅读全文
posted @ 2023-10-23 18:24 79524795 阅读(23) 评论(0) 推荐(0) 编辑