diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index d738ff7..5a646fe 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -59,7 +59,7 @@ location && location.data && location.data[1] ? `${location && location.data && location.data[item.substring(0, 1)]} > - ${location && + ${item.length===1?'不限':location && location.data[item]}` : '' }} diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index d02810d..8f8d7dd 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -47,7 +47,9 @@
- + +
@@ -424,6 +426,10 @@ img { .list-btn { width: 8px; height: 14px; + cursor: pointer; + } + .r-no-list{ + transform: rotate(180deg); } .mg-l-20 { diff --git a/src/views/detail.vue b/src/views/detail.vue index ee75a79..d5c800d 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1,89 +1,85 @@