|
|
@@ -8,8 +8,8 @@
|
|
|
></top-title>
|
|
|
<view class="page-section-spacing" style="width: 100%; position: relative">
|
|
|
<view class="content-box">
|
|
|
- <view class="content-font">西安聚达康能源科技有限公司</view>
|
|
|
- <view class="call-font">服务热线:13759970386</view>
|
|
|
+ <view class="content-font"> </view>
|
|
|
+ <view class="call-font"> </view>
|
|
|
</view>
|
|
|
<swiper
|
|
|
class="swiper"
|
|
|
@@ -120,18 +120,20 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- title: "聚达康暖通",
|
|
|
+ title: "",
|
|
|
scrollVal: Number,
|
|
|
footFlag: true,
|
|
|
btnPos:uni.getMenuButtonBoundingClientRect().top + 6,
|
|
|
shareImgUrl:'',
|
|
|
swiperList: [
|
|
|
{
|
|
|
- img: "/static/poster-bg.png",
|
|
|
+ img: "/static/cainuan.jpeg",
|
|
|
},
|
|
|
+ /*
|
|
|
{
|
|
|
img: "/static/poster-bg.png",
|
|
|
},
|
|
|
+ */
|
|
|
],
|
|
|
swiperCurrent: 0,
|
|
|
navList: [
|