|
|
@@ -4,7 +4,6 @@
|
|
|
<image :src="`${constant.imgUrl}/ghs/home_page/logo.png`" mode="widthFix"></image>
|
|
|
|
|
|
<view class="header_logo-more">
|
|
|
- <!-- <view class="experience" v-if="getLoginInfo.showDemo==1" @tap="experienceFun">体验</view> -->
|
|
|
<view @click="register()" class="free_register" v-if="getLoginInfo.openShop == 1">免费注册</view>
|
|
|
<view v-if="getLoginInfo.openShop != 1" class="free_register">已申请</view>
|
|
|
</view>
|
|
|
@@ -99,16 +98,20 @@ export default {
|
|
|
],
|
|
|
swiper: [
|
|
|
{
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home_page/img.png`
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/case/5.jpg`,
|
|
|
+ name:'纯彩花艺'
|
|
|
},
|
|
|
{
|
|
|
- img: `${this.$constant.imgUrl}/retail/official/banner-2.png`
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/case/6.jpg`,
|
|
|
+ name:'旺鹭花行'
|
|
|
},
|
|
|
{
|
|
|
- img: `${this.$constant.imgUrl}/retail/official/banner-3.png`
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/case/7.jpg`,
|
|
|
+ name:'莱漫花行'
|
|
|
},
|
|
|
{
|
|
|
- img: `${this.$constant.imgUrl}/retail/official/banner-4.png`
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/case/8.jpg`,
|
|
|
+ name:'好多花'
|
|
|
}
|
|
|
],
|
|
|
}
|