记得上下班打卡 | git大法好,push需谨慎

Commit 2c2ebc22 authored by sangchunxi's avatar sangchunxi

文案

parent 06e9106b
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
$('#activeType').change(function () { $('#activeType').change(function () {
activeTypeChangeVal = Number($(this).val()) // 1 2 3 4 activeTypeChangeVal = Number($(this).val()) // 1 2 3 4
currentUrl = affiliatedUrl[activeTypeChangeVal - 1] // 获取选中的,对应地址 currentUrl = affiliatedUrl[activeTypeChangeVal - 1] // 获取选中的,对应地址
$('#search input').attr('value', '')
}) })
// 监听 模糊搜索 // 监听 模糊搜索
...@@ -612,7 +613,7 @@ ...@@ -612,7 +613,7 @@
if (_selectVal == 1) { if (_selectVal == 1) {
_data = nft.map(item => { // 组装返回nft数据 _data = nft.map(item => { // 组装返回nft数据
return { id: item.spuId, value: item.spuId } return { id: item.spuId, value: item.spuName }
}) })
} else if (_selectVal == 2) { } else if (_selectVal == 2) {
_data = group?.map(item => { _data = group?.map(item => {
...@@ -624,7 +625,7 @@ ...@@ -624,7 +625,7 @@
}) })
} else if (_selectVal == 4) { } else if (_selectVal == 4) {
_data = sp?.map(item => { _data = sp?.map(item => {
return { id: item.spuId, value: item.spuId } return { id: item.spuId, value: item.spuName }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment