|
@@ -6,7 +6,7 @@
|
|
|
@search="tosearch(1)"></u-search>
|
|
|
</u-navbar>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between top" v-if="positionlist.length == 0">
|
|
|
+ <view class="u-flex u-row-between top" v-if="show1">
|
|
|
<view class="his">
|
|
|
搜索历史
|
|
|
</view>
|
|
@@ -14,49 +14,68 @@
|
|
|
<u-icon name="trash" color="rgba(0,0,0,.7)" size="14"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="u-flex" style="flex-wrap: wrap;margin-top: 24rpx;" v-if="positionlist.length == 0">
|
|
|
+ <view class="u-flex" style="flex-wrap: wrap;margin-top: 24rpx;" v-if="show1">
|
|
|
<view class="item" style="margin-right: 16rpx;" v-for="(item,index) in search" :key="index">
|
|
|
{{item}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between pad" style="margin-top:30rpx ;">
|
|
|
+ <view v-if="show" class="u-flex u-row-between pad" style="margin-top:30rpx ;">
|
|
|
<view class="" v-for="(item,index) in list" :key="index" @click="onchange(index)">
|
|
|
<text :class="curret==index?'one':'two' ">{{item}}</text>
|
|
|
<view v-if="curret==index" class="bottom">
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="sou">
|
|
|
- <text>共32条“</text>
|
|
|
+ <view v-if="show" class="sou">
|
|
|
+ <text>共{{total}}条“</text>
|
|
|
<text style="color: #0ED4AA;">{{keyword1}}</text>
|
|
|
<text>”相关的搜素结果</text>
|
|
|
</view>
|
|
|
- <view class="list1">
|
|
|
- <view class="u-flex" style="margin-top: 28rpx;" v-if="curret==0">
|
|
|
- <image src="/static/logo.png" style="width: 239rpx;height: 240rpx;" mode=""></image>
|
|
|
- <view class="u-flex-col " style="margin-left: 20rpx;height: 240rpx;padding: 12rpx 0;
|
|
|
- justify-content: space-between;">
|
|
|
- <view class="">
|
|
|
- <view class="title">ERP财务管理系统教程(用友U8V10.111111111)</view>
|
|
|
- <view class="writer">陆培中,刘亚男</view>
|
|
|
- </view>
|
|
|
- <view class="">
|
|
|
- <text class="ding">定价</text>
|
|
|
- <text class="yang">¥</text>
|
|
|
- <text class="money">38.5</text>
|
|
|
+ <view class="" v-if="positionlist.length > 0">
|
|
|
+ <view class="list1">
|
|
|
+ <view v-for="(item,index) in positionlist" :key="index" class="u-flex" style="margin-top: 28rpx;"
|
|
|
+ v-if="curret==0">
|
|
|
+ <image :src="item.image" style="width: 239rpx;height: 240rpx;" mode=""></image>
|
|
|
+ <view class="u-flex-col " style="margin-left: 20rpx;height: 240rpx;padding: 12rpx 0;
|
|
|
+ justify-content: space-between;">
|
|
|
+ <view class="">
|
|
|
+ <view class="title">{{item.title}}</view>
|
|
|
+ <view class="writer">{{item.author}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="">
|
|
|
+ <text class="ding">定价</text>
|
|
|
+ <text class="yang">¥</text>
|
|
|
+ <text class="money">{{item.price}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="top" v-if="curret==2">
|
|
|
- <view class="flex">
|
|
|
- <image src="/static/logo.png" style="width: 212rpx;height: 128rpx;" mode=""></image>
|
|
|
- <view class="" style="margin-left: 20rpx;">
|
|
|
- <view class="title1">ERP财务管理系统教程(用友U8V10.11111111)</view>
|
|
|
- <view class="writer">陆培中,刘亚男</view>
|
|
|
+ <view v-for="(item,index) in positionlist" :key="index" class="u-flex" style="margin-top: 28rpx;"
|
|
|
+ v-if="curret==1">
|
|
|
+ <image :src="item.image" style="width: 239rpx;height: 240rpx;" mode=""></image>
|
|
|
+ <view class="u-flex-col " style="margin-left: 20rpx;height: 240rpx;padding: 12rpx 0;
|
|
|
+ justify-content: space-between;">
|
|
|
+ <view class="">
|
|
|
+ <view class="title">{{item.title}}</view>
|
|
|
+ <view class="writer">{{item.author}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="">
|
|
|
+ <text class="ding">定价</text>
|
|
|
+ <text class="yang">¥</text>
|
|
|
+ <text class="money">{{item.price}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="money1">
|
|
|
- ¥158.0
|
|
|
+ <view v-for="(item,index) in VideoList" :key="index" class="top" v-if="curret==2">
|
|
|
+ <view class="flex">
|
|
|
+ <image :src="item.image" style="width: 212rpx;height: 128rpx;" mode=""></image>
|
|
|
+ <view class="" style="margin-left: 20rpx;">
|
|
|
+ <view class="title1">{{item.title}}</view>
|
|
|
+ <view class="writer">{{item.lecturer}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="money1">
|
|
|
+ ¥{{item.price}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -69,11 +88,17 @@
|
|
|
return {
|
|
|
keyword1: '',
|
|
|
search: [],
|
|
|
- positionlist: [1],
|
|
|
+ positionlist: [],
|
|
|
list: [
|
|
|
'纸质书', '电子书', '名师教学视频'
|
|
|
],
|
|
|
curret: 0,
|
|
|
+ page: 1,
|
|
|
+ limit: 10,
|
|
|
+ show: false,
|
|
|
+ show1: true,
|
|
|
+ total: 0,
|
|
|
+ VideoList: []
|
|
|
};
|
|
|
},
|
|
|
onLoad() {
|
|
@@ -84,24 +109,59 @@
|
|
|
methods: {
|
|
|
onchange(index) {
|
|
|
this.curret = index
|
|
|
+ if (index == 2) {
|
|
|
+ this.getVideoList()
|
|
|
+ } else {
|
|
|
+ this.getBooksList()
|
|
|
+ }
|
|
|
},
|
|
|
clear() {
|
|
|
uni.removeStorageSync('searchdata')
|
|
|
this.search = []
|
|
|
},
|
|
|
tosearch(type) {
|
|
|
- // this.positionlist = []
|
|
|
- // if (type == 1) {
|
|
|
- // this.keyword = this.keyword1
|
|
|
- // }
|
|
|
- // this.page = 1
|
|
|
- // this.total = 0
|
|
|
- // this.getlist()
|
|
|
if (this.keyword1 != '') {
|
|
|
this.search.push(this.keyword1)
|
|
|
}
|
|
|
uni.setStorageSync('searchdata', this.search)
|
|
|
+ this.getBooksList()
|
|
|
+ },
|
|
|
+ getBooksList() {
|
|
|
+ this.$u.post('api/books/getBooksList', {
|
|
|
+ page: this.page,
|
|
|
+ limit: this.limit,
|
|
|
+ keywords: this.keyword1,
|
|
|
+ book_type: this.curret
|
|
|
+ }).then(res => {
|
|
|
+ this.positionlist = res.data.data
|
|
|
+ this.total = res.data.total
|
|
|
+ if (this.positionlist.length == 0) {
|
|
|
+ this.show = true
|
|
|
+ this.show1 = false
|
|
|
+ } else if (this.positionlist.length > 0) {
|
|
|
+ this.show = true
|
|
|
+ this.show1 = false
|
|
|
+ }
|
|
|
+ })
|
|
|
},
|
|
|
+ getVideoList() {
|
|
|
+ this.$u.post('api/video/getVideoList', {
|
|
|
+ page: this.pagea,
|
|
|
+ limit: this.limita,
|
|
|
+ keywords: this.keyword1
|
|
|
+ }).then(res => {
|
|
|
+ console.log('list', res);
|
|
|
+ this.total = res.data.total
|
|
|
+ this.VideoList = res.data.data
|
|
|
+ if (this.VideoList.length == 0) {
|
|
|
+ this.show = true
|
|
|
+ this.show1 = false
|
|
|
+ } else if (this.VideoList.length > 0) {
|
|
|
+ this.show = true
|
|
|
+ this.show1 = false
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|