|
@@ -202,7 +202,7 @@
|
|
|
<view class="list-details-title clearfix">
|
|
|
<text class="mclap-tag" v-if="pros.beautyActFlag == 1">美博会</text>
|
|
|
<view class="mclap" :class="pros.beautyActFlag == 1 ? 'indent' : ''">
|
|
|
- <text v-for="(item, itemIndex) in pros.name"
|
|
|
+ <text v-for="(item, itemIndex) in handeleCeptText(isInterceptHtmlFn(pros.name),listQuery.keyword)"
|
|
|
:key="itemIndex"
|
|
|
:style="{ color : item.type === 1 ? '#ff5b00' : '#333333' }">
|
|
|
{{ item.text }}
|
|
@@ -764,13 +764,6 @@ export default {
|
|
|
this.listData = [...dataList]
|
|
|
this.getProductPrice()
|
|
|
}
|
|
|
- this.listData = this.listData.map(pros => {
|
|
|
- console.log('111111111',pros.name)
|
|
|
- pros.name = this.handeleCeptText(this.isInterceptHtmlFn(pros.name),this.listQuery.keyword)
|
|
|
- console.log('222222222',pros.name)
|
|
|
- return pros
|
|
|
- })
|
|
|
- console.log('listData',this.listData)
|
|
|
// 防上拉暴滑
|
|
|
this.pullFlag = false
|
|
|
setTimeout(() => {
|
|
@@ -1075,7 +1068,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
topBubble() {
|
|
|
- console.log('1111111111')
|
|
|
//显隐搜索项
|
|
|
this.showBubblePopup = !this.showBubblePopup
|
|
|
}
|