邓洁 : 定位框只显示确认按钮

This commit is contained in:
邓洁
2023-11-20 21:14:35 +08:00
parent aaee754194
commit 75ce1ab591
3 changed files with 96 additions and 19 deletions

View File

@@ -46,14 +46,13 @@
options: {
styleIsolation: 'shared', // 解除样式隔离
},
created() {
},
created() {},
methods: {
//点击轮播图
handleSwiperList(currentNum, bannerURL) {
const item=bannerURL[currentNum]
const item = bannerURL[currentNum]
uni.navigateTo({
url: item.link+`?id=${item.param}&type=${item.type}`
url: item.link + `?id=${item.param}&type=${item.type}`
})
},
}