积分商城修改
This commit is contained in:
@@ -41,16 +41,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
function toDuihuan() {
|
||||
uni.showToast({
|
||||
title: '待开放!',
|
||||
icon: 'none'
|
||||
function toDuihuan(item) {
|
||||
// uni.showToast({
|
||||
// title: '待开放!',
|
||||
// icon: 'none'
|
||||
// })
|
||||
uni.navigateTo({
|
||||
url:'/scoreShop/index/index?shopId=' + item.shopId+'&id='+item.id
|
||||
})
|
||||
}
|
||||
|
||||
function toDetail(item) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/user/member/billDetails?type=2&shopId=' + item.shopId
|
||||
url: '/pages/user/member/billDetails?type=2&shopId=' + item.shopId+'&id='+item.id
|
||||
})
|
||||
}
|
||||
onMounted(getData)
|
||||
|
||||
Reference in New Issue
Block a user