修改app视频列表显示问题
This commit is contained in:
parent
d5b5703f72
commit
9491da8d31
@ -49,11 +49,9 @@
|
|||||||
getIndexData,
|
getIndexData,
|
||||||
getDiy
|
getDiy
|
||||||
} from '@/api/api.js'
|
} from '@/api/api.js'
|
||||||
import {getGeocoder } from '@/api/store.js';
|
import { getGeocoder } from '@/api/store.js';
|
||||||
|
|
||||||
import {
|
import { mapGetters } from 'vuex'
|
||||||
mapGetters
|
|
||||||
} from 'vuex'
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
isSelectPlace: {
|
isSelectPlace: {
|
||||||
@ -66,7 +64,7 @@
|
|||||||
showPicker: false,
|
showPicker: false,
|
||||||
styleConfig: [],
|
styleConfig: [],
|
||||||
columnData: [],
|
columnData: [],
|
||||||
homeCombData:[],
|
homeCombData: [],
|
||||||
keyword: '',
|
keyword: '',
|
||||||
recommend_address: '',
|
recommend_address: '',
|
||||||
bgColor: '',
|
bgColor: '',
|
||||||
@ -149,7 +147,8 @@
|
|||||||
console.log(res)
|
console.log(res)
|
||||||
this.detaile_address = res.data.address;
|
this.detaile_address = res.data.address;
|
||||||
this.location_address = res.data.address;
|
this.location_address = res.data.address;
|
||||||
this.recommend_address = res.data.formatted_addresses.recommend.length > 4 ? res.data.formatted_addresses.recommend.slice(0,7) + '...' : res.data.formatted_addresses.recommend
|
this.recommend_address = res.data.formatted_addresses.recommend.length > 4 ? res.data
|
||||||
|
.formatted_addresses.recommend.slice(0, 7) + '...' : res.data.formatted_addresses.recommend
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err,
|
title: err,
|
||||||
|
@ -8,26 +8,26 @@ let httpApiTwo
|
|||||||
let httpApiThree
|
let httpApiThree
|
||||||
// 网络接口修改此字符 小程序域名要求https
|
// 网络接口修改此字符 小程序域名要求https
|
||||||
// let httpApi = 'http://192.168.31.110:8324' //测试
|
// let httpApi = 'http://192.168.31.110:8324' //测试
|
||||||
// httpApi = 'https://shop.lihaink.cn' //生产
|
httpApi = 'https://shop.lihaink.cn' //生产
|
||||||
// httpApi = 'http://192.168.0.222:8324' //生产
|
// httpApi = 'http://192.168.0.222:8324' //生产
|
||||||
// httpApiTwo = 'https://nk.lihaink.cn' //生产
|
httpApiTwo = 'https://nk.lihaink.cn' //生产
|
||||||
|
|
||||||
if (process.env.NODE_ENV === "development") {
|
// if (process.env.NODE_ENV === "development") {
|
||||||
httpApi = "https://crmeb-test.shop.lihaink.cn"
|
// httpApi = "https://crmeb-test.shop.lihaink.cn"
|
||||||
// #ifdef MP-WEIXIN
|
// // #ifdef MP-WEIXIN
|
||||||
httpApiTwo = "http://cms.com"
|
// httpApiTwo = "http://cms.com"
|
||||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
// httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||||
// #endif
|
// // #endif
|
||||||
// #ifdef H5
|
// // #ifdef H5
|
||||||
// httpApiTwo = "baseUrl" // h5跨域配置
|
// // httpApiTwo = "baseUrl" // h5跨域配置
|
||||||
httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置
|
// httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置
|
||||||
// httpApiThree = 'baseUrlTest' // h5跨域配置
|
// // httpApiThree = 'baseUrlTest' // h5跨域配置
|
||||||
// #endif
|
// // #endif
|
||||||
} else if (process.env.NODE_ENV === 'production') {
|
// } else if (process.env.NODE_ENV === 'production') {
|
||||||
httpApi = 'https://shop.lihaink.cn' // 生产
|
// httpApi = 'https://shop.lihaink.cn' // 生产
|
||||||
httpApiTwo = 'https://nk.lihaink.cn' // 生产
|
// httpApiTwo = 'https://nk.lihaink.cn' // 生产
|
||||||
httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产
|
// httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net
|
// 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net
|
||||||
// let wsApi = 'ws://192.168.3.20:8324'
|
// let wsApi = 'ws://192.168.3.20:8324'
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
<zbpSwiper></zbpSwiper>
|
<zbpSwiper></zbpSwiper>
|
||||||
|
|
||||||
<view class="tabs_wrapper">
|
<view class="tabs_wrapper">
|
||||||
<u-tabs :list="tabsData.list" @click="tabsChange" :activeStyle="tabsData.activeStyle"
|
<u-tabs :list="tabsData.list" @click="tabsChange" lineColor="#F84221" keyName="cate_name"></u-tabs>
|
||||||
:inactiveStyle="tabsData.inactiveStyle" lineHeight="0" keyName="cate_name"></u-tabs>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="goods">
|
<view class="goods">
|
||||||
@ -53,29 +52,12 @@
|
|||||||
<script>
|
<script>
|
||||||
import mTabbar from '@/components/m-tabbar/m-tabbar.vue'
|
import mTabbar from '@/components/m-tabbar/m-tabbar.vue'
|
||||||
import zbpSwiper from '@/components/zbpSwiper'
|
import zbpSwiper from '@/components/zbpSwiper'
|
||||||
import {
|
import { getSlideAPI } from '@/api/lihai.js'
|
||||||
getSlideAPI
|
import { graphicLstApi, getTopicList, graphicStartApi } from '@/api/community.js'
|
||||||
} from '@/api/lihai.js'
|
import { getIndexData, getDiy } from '@/api/api.js'
|
||||||
import {
|
import { getGeocoder, merClassifly } from '@/api/store.js';
|
||||||
graphicLstApi,
|
import { getArea, getStreet } from '@/api/article.js';
|
||||||
getTopicList,
|
import { Toast } from '@/libs/uniApi'
|
||||||
graphicStartApi
|
|
||||||
} from '@/api/community.js'
|
|
||||||
import {
|
|
||||||
getIndexData,
|
|
||||||
getDiy
|
|
||||||
} from '@/api/api.js'
|
|
||||||
import {
|
|
||||||
getGeocoder,
|
|
||||||
merClassifly
|
|
||||||
} from '@/api/store.js';
|
|
||||||
import {
|
|
||||||
getArea,
|
|
||||||
getStreet
|
|
||||||
} from '@/api/article.js';
|
|
||||||
import {
|
|
||||||
Toast
|
|
||||||
} from '@/libs/uniApi'
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
mTabbar,
|
mTabbar,
|
||||||
@ -99,18 +81,7 @@
|
|||||||
},
|
},
|
||||||
tabsData: {
|
tabsData: {
|
||||||
list: [],
|
list: [],
|
||||||
tabsActive: 0,
|
tabsActive: 0
|
||||||
activeStyle: {
|
|
||||||
color: '#fff',
|
|
||||||
fontWeight: 'bold',
|
|
||||||
borderRadius: '100px',
|
|
||||||
backgroundColor: '#F84221',
|
|
||||||
padding: '15.79rpx 21.05rpx'
|
|
||||||
},
|
|
||||||
inactiveStyle: {
|
|
||||||
color: '#000',
|
|
||||||
padding: '15.79rpx 21.05rpx',
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
where: {
|
where: {
|
||||||
category_id: 0,
|
category_id: 0,
|
||||||
@ -232,7 +203,12 @@
|
|||||||
this.tabsData.tabsActive = item.index
|
this.tabsData.tabsActive = item.index
|
||||||
if (item.index == 1) {
|
if (item.index == 1) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/short_video/nvueSwiper/index?id=' + '136'
|
// #ifdef MP || H5
|
||||||
|
url: '/pages/short_video/nvueSwiper/index?id=' + this.cateGoods[0].community_id
|
||||||
|
// #endif
|
||||||
|
// #ifdef APP
|
||||||
|
url: `/pages/short_video/appSwiper/index?id=${this.cateGoods[0].community_id}`
|
||||||
|
// #endif
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -420,13 +396,8 @@
|
|||||||
|
|
||||||
.tabs_wrapper {
|
.tabs_wrapper {
|
||||||
width: 694.74rpx;
|
width: 694.74rpx;
|
||||||
margin: 0 auto;
|
margin: 38.6rpx auto;
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 21.05rpx;
|
margin-bottom: 21.05rpx;
|
||||||
|
|
||||||
::v-deep .u-tabs__wrapper__nav__item {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty_wrapper {
|
.empty_wrapper {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view :style="viewColor" style="padding-top: 180rpx; ">
|
<!-- #ifdef MP -->
|
||||||
|
<view :style="viewColor" style="padding-top: 180rpx;">
|
||||||
|
<!-- #endif -->
|
||||||
|
<!-- #ifdef APP || H5 -->
|
||||||
|
<view :style="viewColor" style="padding-top: 80rpx;">
|
||||||
|
<!-- #endif -->
|
||||||
<form @submit="formSubmit" report-submit='true'>
|
<form @submit="formSubmit" report-submit='true'>
|
||||||
<view class="release_content">
|
<view class="release_content">
|
||||||
<view v-if="community_app_switch.length == 2" class="release_tab acea-row">
|
<view v-if="community_app_switch.length == 2" class="release_tab acea-row">
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="Circle_friends">
|
<view class="Circle_friends">
|
||||||
<view class="circle_friends_wrapper">
|
<view class="circle_friends_wrapper">
|
||||||
<zbpSwiper></zbpSwiper>
|
<zbpSwiper :isSelectPlace="true" @selectPlce="selectPlce"></zbpSwiper>
|
||||||
<view class="shop_wrapper">
|
<view class="shop_wrapper">
|
||||||
<navigator class="l_yun" hover-class="none"
|
<navigator class="l_yun" hover-class="none"
|
||||||
:url="`/pages/nongKe/supply_chain/supplier?type_id=10&street_id=${street_id}`">
|
:url="`/pages/nongKe/supply_chain/supplier?type_id=10&street_id=${street_id}`">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user