代码提交
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<label>热门搜索</label>
|
||||
<image
|
||||
class="seeIcon hotSearchListSee-icon"
|
||||
:src="!hideHotFlag?'https://b2c-pro-static-dev.zkthink.com/static/images/see.png':'https://b2c-pro-static-dev.zkthink.com/static/images/notSee.png'"
|
||||
:src="!hideHotFlag ? seeIcon : notSeeIcon"
|
||||
@click="hideHotFlag = !hideHotFlag"
|
||||
/>
|
||||
</view>
|
||||
@ -60,7 +60,7 @@
|
||||
<image
|
||||
class="historyDel-icon"
|
||||
@click="showModal(0)"
|
||||
src="https://b2c-pro-static-dev.zkthink.com/static/images/delete.png"
|
||||
:src="historyDeleteIcon"
|
||||
/>
|
||||
</view>
|
||||
<view class="historySear-box hot-flex-list">
|
||||
@ -87,6 +87,7 @@ import { useRouter } from "@/hooks/useRouter";
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
import { hotSearch, historySearch, clearHistorySearch } from "@/api/product";
|
||||
import Modal from "@/components/Modal/index.vue";
|
||||
import { seeIcon, notSeeIcon, historyDeleteIcon } from "@/utils/images";
|
||||
const {push, goBack} = useRouter()
|
||||
|
||||
const searchRef = ref();
|
||||
|
Reference in New Issue
Block a user