|
@@ -18,23 +18,23 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view style="padding: 0px 0 4px 16px;">
|
|
|
|
- 优质入驻企业 v
|
|
|
|
|
|
+ <view style="padding: 0px 0 4px 16px;font-weight: bold;">
|
|
|
|
+ 优质入驻企业 ▼
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" >
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" >
|
|
<swiper-item v-for="item of companyList" :key="item.id" style="position:relative">
|
|
<swiper-item v-for="item of companyList" :key="item.id" style="position:relative">
|
|
<view style="position: absolute;bottom: 28px;right: 16px;color: #ffffff75;" class="swiper-item uni-bg-red">{{item.company}}</view>
|
|
<view style="position: absolute;bottom: 28px;right: 16px;color: #ffffff75;" class="swiper-item uni-bg-red">{{item.company}}</view>
|
|
- <image src="../../static/bg.png" style="width: 100%;height: 100%;"></image>
|
|
|
|
|
|
+ <image :src="item.picUrl?item.picUrl:'../../static/bg.png'" style="width: 100%;height: 100%;"></image>
|
|
</swiper-item>
|
|
</swiper-item>
|
|
</swiper>
|
|
</swiper>
|
|
- <view style="padding: 16px 0 4px 16px;">
|
|
|
|
- 优质供应 v
|
|
|
|
|
|
+ <view style="padding: 16px 0 4px 16px;font-weight: bold;">
|
|
|
|
+ 优质供应 ▼
|
|
</view>
|
|
</view>
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" >
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" >
|
|
<swiper-item v-for="item of prodList" :key="item.id">
|
|
<swiper-item v-for="item of prodList" :key="item.id">
|
|
<view style="position: absolute;bottom: 28px;right: 16px;color: #ffffff75;" class="swiper-item uni-bg-red">{{item.company}}</view>
|
|
<view style="position: absolute;bottom: 28px;right: 16px;color: #ffffff75;" class="swiper-item uni-bg-red">{{item.company}}</view>
|
|
- <image src="../../static/bg.png" style="width: 100%;height: 100%;"></image>
|
|
|
|
|
|
+ <image :src="item.picUrl?item.picUrl:'../../static/bg.png'" style="width: 100%;height: 100%;"></image>
|
|
</swiper-item>
|
|
</swiper-item>
|
|
|
|
|
|
</swiper>
|
|
</swiper>
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
loadData() {
|
|
loadData() {
|
|
let that = this;
|
|
let that = this;
|
|
- request.post('/slbCompany/premiumCompanies', {
|
|
|
|
|
|
+ request.post('/slbTopad/premiumCompanies', {
|
|
|
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res&&res.success) {
|
|
if (res&&res.success) {
|
|
@@ -97,7 +97,7 @@
|
|
},
|
|
},
|
|
loadData2() {
|
|
loadData2() {
|
|
let that = this;
|
|
let that = this;
|
|
- request.post('/slbCompany/premiumShareCompanies', {
|
|
|
|
|
|
+ request.post('/slbTopad/premiumShareCompanies', {
|
|
|
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res&&res.success) {
|
|
if (res&&res.success) {
|