|
|
@@ -30,7 +30,7 @@ const porps = defineProps({
|
|
|
})
|
|
|
// 选择产品等级
|
|
|
function handleSelect(item) {
|
|
|
- porps.item.levelList.map(citem => {citem.active = false; if (item.dengjiId == citem.dengjiId) {citem.active = true}})
|
|
|
+ porps.item.levelList.forEach(citem => {citem.active = false; if (item.dengjiId == citem.dengjiId) {citem.active = true}})
|
|
|
|
|
|
uni.navigateTo({
|
|
|
url: `/pages/chanpinXuanze/cp1/banben?dengjiId=${item.dengjiId}`
|