Merge remote-tracking branch 'origin/dev'
20
pages.json
@ -288,7 +288,15 @@
|
|||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
,{
|
||||||
|
"path" : "pages/Industrialbutler/Industrialbutler",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText": "兴业管家",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
@ -302,11 +310,11 @@
|
|||||||
"borderStyle": "black",
|
"borderStyle": "black",
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"list": [{
|
"list": [{
|
||||||
"pagePath": "pages/homepage/homepage",
|
"pagePath": "pages/homepage/homepage",
|
||||||
"iconPath": "static/homepagew.png",
|
"iconPath": "static/homepagew.png",
|
||||||
"selectedIconPath": "static/homepagews.png",
|
"selectedIconPath": "static/homepagews.png",
|
||||||
"text": "首页"
|
"text": "首页"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/Personal/Personal",
|
"pagePath": "pages/Personal/Personal",
|
||||||
"iconPath": "static/userw.png",
|
"iconPath": "static/userw.png",
|
||||||
|
|||||||
19
pages/Industrialbutler/Industrialbutler.vue
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
<web-view src="https://ec.cib.com.cn/h5/index/jnfhwqh?isInpage=Y"></web-view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
|
||||||
|
</style>
|
||||||
@ -1,9 +1,9 @@
|
|||||||
.app {
|
.app {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 2% 2%;
|
padding: 0 2% 2%;
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
padding-top: 10rpx;
|
padding-top: 10rpx;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
.masks{
|
.masks{
|
||||||
image{
|
image{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -234,7 +234,7 @@
|
|||||||
|
|
||||||
.detailslist {
|
.detailslist {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 182rpx;
|
width: 182rpx;
|
||||||
height: 182rpx;
|
height: 182rpx;
|
||||||
@ -258,7 +258,7 @@
|
|||||||
word-break:break-all;
|
word-break:break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
view {
|
view {
|
||||||
font-size: 25rpx;
|
font-size: 25rpx;
|
||||||
@ -280,7 +280,6 @@
|
|||||||
float: right;
|
float: right;
|
||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,7 +60,10 @@
|
|||||||
<image src="../../static/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
|
<image src="../../static/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
|
||||||
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
|
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
|
||||||
</view>
|
</view>
|
||||||
<image class="night" src="../../static/96558.png" mode="" @tap='gonight'></image>
|
<view class="rightimg">
|
||||||
|
<image src="../../static/guanjia.png" mode="" @tap='goguanjia'></image>
|
||||||
|
<image class="" src="../../static/96558.png" mode="" @tap='gonight'></image>
|
||||||
|
</view>
|
||||||
<view class="rightimg">
|
<view class="rightimg">
|
||||||
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
|
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
|
||||||
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
|
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
|
||||||
@ -331,6 +334,12 @@
|
|||||||
success(res) {}
|
success(res) {}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
//跳转管家
|
||||||
|
goguanjia() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/Industrialbutler/Industrialbutler'
|
||||||
|
})
|
||||||
|
},
|
||||||
//跳转
|
//跳转
|
||||||
gopzyh() {
|
gopzyh() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@ -532,14 +541,13 @@
|
|||||||
|
|
||||||
image {
|
image {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 170rpx;
|
height: 160rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shopping {
|
.shopping {
|
||||||
margin-top: 5rpx;
|
|
||||||
width: 98%;
|
width: 98%;
|
||||||
height: 170rpx;
|
height: 160rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightimg {
|
.rightimg {
|
||||||
@ -548,9 +556,9 @@
|
|||||||
|
|
||||||
image {
|
image {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 15rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 165rpx;
|
height: 120rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,16 +2,16 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<swiper :indicator-dots="true" indicator-color='#fff' indicator-active-color='#0086d6' :autoplay="autoplay"
|
<swiper :indicator-dots="true" indicator-color='#fff' indicator-active-color='#0086d6' :autoplay="autoplay"
|
||||||
:interval="2000" :duration="1000" class="swiper-box" :circular='true' @change="swiperChange">
|
:interval="2000" :duration="1000" class="swiper-box" :circular='true' @change="swiperChange">
|
||||||
<swiper-item v-for="(item ,index) in Banners" :key="index">
|
<swiper-item v-for="(item ,index) in Banners" :key="index">
|
||||||
<view class="swiper-item" v-show="!splits(item)" wx-if="{item}" @tap='goswiper(item)'>
|
<view class="swiper-item" v-show="!splits(item)" wx-if="{item}" @tap='goswiper(item)'>
|
||||||
<image v-if="item" :src="item" mode="widthFix"></image>
|
<image v-if="item" :src="item" mode="widthFix"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="swiper-item" v-show="splits(item)" v-if="item">
|
<view class="swiper-item" v-show="splits(item)" v-if="item">
|
||||||
<video :id="'myVideo'+index" :autoplay="false" :src="item" controls show-fullscreen-btn
|
<video :id="'myVideo'+index" :autoplay="false" :src="item" controls show-fullscreen-btn
|
||||||
object-fit="fill" @play="play" @pause="pause" @ended="ended" auto-pause-if-navigate
|
object-fit="fill" @play="play" @pause="pause" @ended="ended" auto-pause-if-navigate
|
||||||
show-play-btn :enable-progress-gesture='true' :show-center-play-btn='true' enable-play-gesture
|
show-play-btn :enable-progress-gesture='true' :show-center-play-btn='true' enable-play-gesture
|
||||||
auto-pause-if-open-native show-mute-btn></video>
|
auto-pause-if-open-native show-mute-btn></video>
|
||||||
</view>
|
</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<view class="tive">
|
<view class="tive">
|
||||||
<view class="tab-box">
|
<view class="tab-box">
|
||||||
<view class="tab-item" @tap="testTabClick(item)" v-for="(item,index) in tabLists" :key="index"
|
<view class="tab-item" @tap="testTabClick(item)" v-for="(item,index) in tabLists" :key="index"
|
||||||
:class="tabIndex == index?'active':''">
|
:class="tabIndex == index?'active':''">
|
||||||
{{item.name}}
|
{{item.name}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
</u-tabs>
|
</u-tabs>
|
||||||
<view class="" v-if="servelist.length>0&&choicetab==false" style="margin:0">
|
<view class="" v-if="servelist.length>0&&choicetab==false" style="margin:0">
|
||||||
<view class="item" v-for="item in servelist" :key="" v-show='choicetab==false'
|
<view class="item" v-for="item in servelist" :key="" v-show='choicetab==false'
|
||||||
@click.stop='goProjectDetails(item)'>
|
@click.stop='goProjectDetails(item)'>
|
||||||
<image :src="item.itemPictureUrl"></image>
|
<image :src="item.itemPictureUrl"></image>
|
||||||
<view class="huanyao">{{item.nurseItemName}}
|
<view class="huanyao">{{item.nurseItemName}}
|
||||||
</view>
|
</view>
|
||||||
@ -178,9 +178,9 @@
|
|||||||
}], //分类标题
|
}], //分类标题
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
tabLists: [{
|
tabLists: [{
|
||||||
name: '服务项目',
|
name: '服务项目',
|
||||||
id: 0,
|
id: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '产品',
|
name: '产品',
|
||||||
id: 1,
|
id: 1,
|
||||||
@ -380,7 +380,7 @@
|
|||||||
res.data.stationPictureUrl = baseurl + res.data.stationPictureUrl
|
res.data.stationPictureUrl = baseurl + res.data.stationPictureUrl
|
||||||
if (res.data.agencyIntroduce) {
|
if (res.data.agencyIntroduce) {
|
||||||
res.data.agencyIntroduce = res.data.agencyIntroduce.replace(/\<img/gi,
|
res.data.agencyIntroduce = res.data.agencyIntroduce.replace(/\<img/gi,
|
||||||
"<br/><img class='richPic'")
|
"<br/><img class='richPic'")
|
||||||
}
|
}
|
||||||
res.data.nurseClassifyInfoList.forEach(e => {
|
res.data.nurseClassifyInfoList.forEach(e => {
|
||||||
e.name = e.classifyName
|
e.name = e.classifyName
|
||||||
@ -395,7 +395,7 @@
|
|||||||
})
|
})
|
||||||
if (res.data.poserInfoList[0].video) {
|
if (res.data.poserInfoList[0].video) {
|
||||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
||||||
.posterVideoUrl
|
.posterVideoUrl
|
||||||
this.Banners.push(res.data.poserInfoList[0].video)
|
this.Banners.push(res.data.poserInfoList[0].video)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
BIN
static/96558.png
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
BIN
static/fuli.png
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 18 KiB |
BIN
static/guanjia.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
static/kefu.png
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 18 KiB |