123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696 |
- <template>
- <view class="indexBox">
- <swiper class="top-swiper" autoplay="true" duration="400" interval="5000" @change="swiperChange">
- <swiper-item v-for="item in imagelist" class="carousel-item" @click="navTo(item.url)">
- <image class="imageitem" :src="item.img" />
- </swiper-item>
- </swiper>
- <view class="hot-list-box">
- <view class="title-box flex">
- <view class="flex">
- <image class="hot margin-r-10" src="../../static/icon/hot.png" mode="scaleToFill"></image>
- <view class="title">
- 热门名片
- </view>
- </view>
- <navigator url="/pages/user/model/modelList?ishot=1">
- <view class="right flex">
- <text class="margin-r-10">
- 更多
- </text>
- <image src="../../static/icon/next1.png" mode="scaleToFill" class="tip"></image>
- </view>
- </navigator>
- </view>
- <view class="hot-list">
- <view class="item" v-for="item in rmList"
- @click="navTo('/pages/user/model/model?mtype=' + item.id+'&type=0')">
- <view class="hot-image-box">
- <image class="hot-image" :src="item.img" mode="widthFix"></image>
- </view>
- <view class="hot-title clamp">
- {{item.title}}
- </view>
- <view class="hot-money flex clamp">
- <text class="money">
- ¥{{item.price}}
- </text>
- <text class="oldmoney">
- {{item.old_price}}
- </text>
- </view>
- </view>
- <view class="item-none" v-if="rmList.length<3" v-for="item in (3-rmList.length)">
- </view>
- </view>
- <view class="banner" @click="navTo('/pages/user/model/phb')">
- <image src="../../static/img/phb.png" mode="widthFix"></image>
- </view>
- <view class="title-box flex">
- <!-- <view class="flex">
- <image class="hot margin-r-10" src="../../static/icon/hot.png" mode="scaleToFill"></image>
- <view class="title">
- 名片推荐
- </view>
- </view>
- <navigator url="/pages/user/model/modelList?isrecommend=1">
- <view class="right flex">
- <text class="margin-r-10">
- 更多
- </text>
- <image src="../../static/icon/next1.png" mode="scaleToFill" class="tip"></image>
- </view>
- </navigator> -->
- <view class="sy-top">
- <image src="../../static/icon/tj.png" mode=""></image>
- <view class="top-tit">
- 精选推荐
- </view>
- </view>
- </view>
- <view class="list-box">
- <view class="list" v-for="(item,index) in navList.orderList"
- @click="navTo('/pages/user/model/model?mtype=' + item.id+'&type=0')">
- <view class="list-image-box">
- <image class="list-image" :src="item.img" mode="widthFix"></image>
- </view>
- <view class="list-content">
- <view class="list-title clamp">
- {{item.title}}
- </view>
- <view class="list-money flex flex-start">
- <view class="money">
- ¥{{item.price}}
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="title-box flex" v-if="jxList.length > 0">
- <view class="flex">
- <image class="hot margin-r-10" src="../../static/icon/hot.png" mode="scaleToFill"></image>
- <view class="title">
- 精选名片推荐
- </view>
- </view>
- </view>
- <view class="bd-wrap">
- <view class="bd-btm-item flex" v-for="item in jxList" @click="navTo('/pages/user/model/model?uid=' + item.uid + '&mtype=' + item.show_template_id + '&type=2')" v-if="item.name != '影子' && item.name != '测试牛niu' &&item.name != '111'">
- <image :src="item.avatar" mode="" class="item-img"></image>
- <view class="flex item-info">
- <view class="item-name">
- {{item.name}}
- <image :src="rz" mode="" v-if="item.is_type_audit == 1"></image>
- </view>
- <view class="item-where">
- {{item.age}}岁
- </view>
- <view class="item-zy">
- {{item.user_work_type_title}}
- </view>
- </view>
- </view>
- </view>
- <view class="title-box flex" v-if="zxList.length > 0">
- <view class="flex">
- <image class="hot margin-r-10" src="../../static/icon/hot.png" mode="scaleToFill"></image>
- <view class="title">
- 最新名片推荐
- </view>
- </view>
- </view>
- <view class="bd-wrap">
- <view class="bd-btm-item flex" v-for="item in zxList" @click="navTo('/pages/user/model/model?uid=' + item.uid + '&mtype=' + item.show_template_id + '&type=2')" v-if="item.name != '影子' && item.name != '测试牛niu' &&item.name != '111'">
- <image :src="item.avatar" mode="" class="item-img"></image>
- <view class="flex item-info">
- <view class="item-name">
- {{item.name}}
- <image :src="rz" mode="" v-if="item.is_type_audit == 1"></image>
- </view>
- <view class="item-where">
- {{item.age}}岁
- </view>
- <view class="item-zy">
- {{item.user_work_type_title}}
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="footer">
- 仅显示50条
- </view>
- </view>
- </template>
- <script>
- import {
- mapState,
- mapMutations
- } from 'vuex';
- import {
- share
- } from '@/api/wx';
- import {
- getBannerList,
- getShowTemplateList
- } from '@/api/model.js';
- import {
- getWorkerList,
- getGoodWorkerList,
- getNewWorkerList
- } from '@/api/index.js'
- export default {
- data() {
- return {
- rz: this.$store.state.baseURL + '/resource/icon/rz.png',
- //轮播图
- imagelist: [],
- // 推荐商品
- navList: {
- state: 1,
- text: '通知',
- loadingType: 'more',
- orderList: [],
- page: 1, //当前页数
- limit: 10, //每次信息条数
- count: 0, //总消息条数
- },
- // 热门商品
- rmList: [],
- jxList: [], //精选列表
- zxList:[]
- };
- },
- computed: {
- ...mapState('user', ['userInfo']),
- },
- onLoad: function(option) {
- // #ifndef MP
- if (option.spread) {
- // 存储其他邀请人
- uni.setStorageSync('spread', option.spread);
- }
- // #endif
- // #ifdef MP
- if (option.scene) {
- // 存储小程序邀请人
- uni.setStorage({
- key: 'spread_code',
- data: option.scene
- });
- }
- // #endif
- // 加载分享信息
- this.share()
- },
- onShow() {
- this.loadIndexs();
- this.getWorkerList()
- this.getNewWorkerList();
- },
- onReady() {},
- // 滚动到底部
- onReachBottom() {
- // this.getShowTemplateList();
- },
- // #ifdef MP
- onShareAppMessage(options) {
- // 设置菜单中的转发按钮触发转发事件时的转发内容
- let pages = getCurrentPages(); //获取加载的页面
- let currentPage = pages[pages.length - 1]; //获取当前页面的对象
- let url = currentPage.route; //当前页面url
- let item = currentPage.options; //如果要获取url中所带的参数可以查看options
- let shareObj = {
- title: this.shareData.title, // 默认是小程序的名称(可以写slogan等)
- path: this.shareData.query, // 默认是当前页面,必须是以‘/’开头的完整路径
- // imageUrl: this.shareData.img,
- desc: this.shareData.content,
- success: function(res) {
- // 转发成功之后的回调
- if (res.errMsg == 'shareAppMessage:ok') {}
- },
- fail: function() {
- // 转发失败之后的回调
- if (res.errMsg == 'shareAppMessage:fail cancel') {
- // 用户取消转发
- } else if (res.errMsg == 'shareAppMessage:fail') {
- // 转发失败,其中 detail message 为详细失败信息
- }
- }
- };
- // 判断是否可以邀请
- if (this.userInfo.uid) {
- shareObj.path += '&spread=' + this.userInfo.uid;
- }
- return shareObj;
- },
- // #endif
- methods: {
- getWorkerList() {
- try {
- getGoodWorkerList().then(res => {
- let arr = []
- // console.log(res,'basa');
- res.data.list.forEach(item => {
- let cc = false
- arr.forEach(itemt => {
- if(itemt.uid == item.uid) {
- cc = true
- }
- })
- if(!cc) {
- arr.push(item)
- // console.log(item,arr);
- }
- })
- this.jxList = arr
- // console.log(arr,this.jxList,'dddddd');
- })
- } catch (e) {
- //TODO handle the exception
- console.log(e);
- }
- },
- // 最新名片
- getNewWorkerList() {
- try {
- getNewWorkerList().then(res => {
- let arr = []
- // console.log(res,'basa');
- res.data.list.forEach(item => {
- let cc = false
- arr.forEach(itemt => {
- if(itemt.uid == item.uid) {
- cc = true
- }
- })
- if(!cc) {
- arr.push(item)
- // console.log(item,arr);
- }
- })
- this.zxList = arr
- // console.log(arr,this.jxList,'dddddd');
- })
- } catch (e) {
- //TODO handle the exception
- console.log(e);
- }
-
- },
- swiperChange() {
- },
- share() {
- // console.log('加载分享');
- const that = this;
- // 请求获取默认数据
- share({}).then(({
- data
- }) => {
- // console.log('分享回调', data);
- that.shareData = data.data
- });
- },
- // 首页初始化
- loadIndexs() {
- const that = this;
- // 轮播图
- getBannerList().then(
- (res) => {
- that.imagelist = res.data.list
- // console.log(res);
- }
- ).catch(
- (res) => {
- console.log(res);
- }
- )
- // 获取热门
- getShowTemplateList({
- is_hot: 1,
- pageSize: 3
- }).then(
- (res) => {
- that.rmList = res.data.list.map((res) => {
- res.price = +res.price
- res.old_price = +res.old_price
- return res
- })
- // console.log(res);
- }
- ).catch(
- (res) => {
- console.log(res);
- }
- )
- that.getShowTemplateList();
- },
- // 获取模板列表
- getShowTemplateList(source) {
- //这里是将订单挂载到tab列表下
- let navItem = this.navList;
- let state = navItem.state;
- if (source === 'tabChange' && navItem.loaded === true) {
- //tab切换只有第一次需要加载数据
- return;
- }
- if (navItem.loadingType === 'loading') {
- //防止重复加载
- return;
- }
- if (navItem.loadingType === 'noMore') {
- //防止重复加载
- return;
- }
- // 修改当前对象状态为加载中
- navItem.loadingType = 'loading';
- getShowTemplateList({
- is_recommend: 1,
- page: navItem.page,
- pageSize: navItem.limit
- })
- .then(({
- data
- }) => {
- let arr = data.list.map(e => {
- return e;
- });
- navItem.orderList = navItem.orderList.concat(arr);
- navItem.page++;
- if (navItem.limit == arr.length) {
- //判断是否还有数据, 有改为 more, 没有改为noMore
- navItem.loadingType = 'more';
- return;
- } else {
- //判断是否还有数据, 有改为 more, 没有改为noMore
- navItem.loadingType = 'noMore';
- }
- uni.hideLoading();
- this.$set(navItem, 'loaded', true);
- })
- .catch(e => {
- console.log(e);
- });
- },
- navTo(url) {
- if (url) {
- if (url.indexOf('http') > -1) {
- // #ifdef H5
- window.location.href = url
- // #endif
- // #ifdef APP
- plus.runtime.openURL(url)
- // #endif
- } else {
- uni.navigateTo({
- url: url
- })
- }
- }
- }
- },
- };
- </script>
- <style lang="scss">
- page,
- .indexBox {
- height: auto;
- min-height: 100%;
- }
- .indexBox {
- padding-bottom: 50rpx;
- }
- .top-swiper {
- margin: auto;
- width: 750rpx;
- height: 273rpx;
- padding: 0 $page-row-spacing;
- background: linear-gradient(to bottom, #ff629f, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1));
- .carousel-item {
- border-radius: 20rpx;
- .imageitem {
- // margin: auto;
- width: 690rpx;
- height: 273rpx;
- }
- }
- }
- .hot-list-box {
- padding: $page-row-spacing;
- background-color: #FFFFFF;
- padding-bottom: 0;
- .title-box {
- line-height: 1;
- .hot {
- width: 36rpx;
- height: 36rpx;
- }
- .title {
- font-size: $font-lg;
- font-weight: bold;
- }
- .right {
- font-size: $font-sm;
- color: #999999;
- .tip {
- width: 15rpx;
- height: 25rpx;
- }
- }
- }
- .hot-list {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: flex-start;
- padding-top: 30rpx;
- padding-bottom: 15rpx;
- .item-none {
- width: 220rpx;
- }
- .item {
- padding: 13rpx;
- width: 220rpx;
- border-radius: 10rpx;
- border: 2px solid #F65486;
- margin-bottom: 16rpx;
- line-height: 1;
- .hot-title {
- color: $font-color-dark;
- font-size: $font-base;
- padding: 10rpx 0;
- }
- .hot-image-box {
- width: 194rpx;
- height: 228rpx;
- overflow: hidden;
- .hot-image {
- width: 100%;
- }
- }
- .hot-money {
- .money {
- font: $font-lg;
- color: #FF3342;
- }
- .oldmoney {
- color: #969696;
- font-size: $font-sm;
- text-decoration: line-through;
- }
- }
- }
- }
- .list-box {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: flex-start;
- padding-top: 30rpx;
- padding-bottom: 20rpx;
- .list {
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 15rpx;
- margin-bottom: 20rpx;
- .list-image-box {
- width: 330rpx;
- height: 420rpx;
- overflow: hidden;
- .list-image {
- width: 100%;
- }
- }
- .list-content {
- padding: 20rpx;
- line-height: 1;
- .list-title {
- color: $font-color-dark;
- font-size: $font-base;
- margin-bottom: 20rpx;
- }
- .list-money {
- .money {
- font: $font-lg;
- color: #FF3342;
- }
- }
- }
- }
- }
- }
- .sy-top {
- position: relative;
- height: 100rpx;
- width: 100%;
- image {
- width: 374rpx;
- height: 30rpx;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- }
- .top-tit {
- font-size: 32rpx;
- font-weight: bold;
- color: #FF478B;
- text-align: center;
- line-height: 100rpx;
- }
- }
- .bd-btm-item {
- border-top: #f2f2f2 1px solid;
- flex-direction: column;
- width: 330rpx;
- height: 520rpx;
- &:first-of-type {
- border-top: none;
- }
- margin-bottom: 20rpx;
- box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(46, 46, 49, 0.06);
- border-radius: 20rpx;
- .item-info {
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- width: 100%;
- height: 100%;
- padding-left: 20rpx;
- padding-top: 20rpx;
- .item-name {
- font-size: 31rpx;
- font-weight: bold;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- image {
- width: 100rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- }
- .item-zy {
- padding: 6rpx 20rpx;
- background: #fee7e4;
- border-radius: 5rpx;
- font-size: 22rpx;
- font-weight: 500;
- color: #F86859;
- margin: 16rpx 0 20rpx;
- }
- .item-vist,
- .item-where {
- font-weight: 500;
- color: #969696;
- }
- .item-vist {
- font-size: 22rpx;
- justify-items: flex-end;
- }
- .item-where {
- font-size: 24rpx;
- }
- }
- .item-img {
- flex-shrink: 0;
- width: 330rpx;
- height: 330rpx;
- background-color: #eee;
- }
- }
- .jg {
- height: 20rpx;
- }
- .bd-wrap {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 30rpx 0;
- }
- .banner {
- image {
- width: 691rpx;
- margin: auto;
- }
- padding: 20rpx 0;
- }
- .footer{
- text-align: center;
- color: $font-color-light;
- margin-top: 30rpx;
- }
- </style>
|