|
@@ -54,7 +54,7 @@ getClassify();
|
|
const changeClassify = (item) => {
|
|
const changeClassify = (item) => {
|
|
const { id, list } = item;
|
|
const { id, list } = item;
|
|
select_classify_first.value = id;
|
|
select_classify_first.value = id;
|
|
- classifyList.value = list;
|
|
|
|
|
|
+ classifyList.value = list.filter(_ => _.pirce_driven_state);
|
|
isSlideClassify.value = false;
|
|
isSlideClassify.value = false;
|
|
|
|
|
|
//分享进入的默认品种
|
|
//分享进入的默认品种
|
|
@@ -284,7 +284,7 @@ onUnmounted(() => {
|
|
<div class="section">
|
|
<div class="section">
|
|
<h3>更新时间:</h3>
|
|
<h3>更新时间:</h3>
|
|
<p class="time">
|
|
<p class="time">
|
|
- {{ info.modify_time }}
|
|
|
|
|
|
+ {{ moment(info.modify_time).format('YYYY年MM月DD日 ddd') }}
|
|
<img
|
|
<img
|
|
src="@/assets/pricedriven/new_ico.png"
|
|
src="@/assets/pricedriven/new_ico.png"
|
|
alt=""
|
|
alt=""
|
|
@@ -534,7 +534,7 @@ onUnmounted(() => {
|
|
}
|
|
}
|
|
.no-auth-wrap {
|
|
.no-auth-wrap {
|
|
text-align: center;
|
|
text-align: center;
|
|
- color: #f3a52f;
|
|
|
|
|
|
+ color: #999;
|
|
margin-top: 150px;
|
|
margin-top: 150px;
|
|
min-height: 200px;
|
|
min-height: 200px;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -557,3 +557,8 @@ onUnmounted(() => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+<style lang="scss">
|
|
|
|
+ p[data-f-id="pbf"] {
|
|
|
|
+ display: none !important;
|
|
|
|
+ }
|
|
|
|
+</style>
|