|
|
@@ -4,9 +4,9 @@
|
|
|
<image :src="`${constant.imgUrl}/ghs/home_page/logo.png`" mode="widthFix"></image>
|
|
|
</view>
|
|
|
<view class="main">
|
|
|
- <view class="banner_box">
|
|
|
- <image class="banner" :src="`${constant.imgUrl}/ghs/home_page/banner.png`"></image>
|
|
|
- <view @click="register()">申请</view>
|
|
|
+ <view class="banner_box" @click="register()">
|
|
|
+ <image class="banner" :src="`${constant.imgUrl}/ghs/home_page/banner2.jpg`"></image>
|
|
|
+ <!--<view @click="register()">申请</view>-->
|
|
|
</view>
|
|
|
<image class="pic1" :src="`${constant.imgUrl}/ghs/home_page/pic01.png`"></image>
|
|
|
<view class="intro">
|
|
|
@@ -16,14 +16,14 @@
|
|
|
<image :src="item.imgUrl"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="finance">花店进销存与财务</view>
|
|
|
- <view class="finance1">解决方案专家</view>
|
|
|
- <image v-for="(item, index) in list2" :key="index" :src="item.imgUrl" class="imgIntro"></image>
|
|
|
+ <view class="finance">销花宝</view>
|
|
|
+ <view class="finance1">管人管店 智能高效</view>
|
|
|
+ <image v-for="(item, index) in list2" :key="index" :src="item.imgUrl" mode="widthFix" class="imgIntro"></image>
|
|
|
<view class="finance2">他们都在用</view>
|
|
|
<app-swiper :height="{type: 'number',val: 400}" :list="swiper" :width="{type: 'string',val: '95%'}"/>
|
|
|
</view>
|
|
|
<view class="footer_bar">
|
|
|
- <view class="relation">联系我们</view>
|
|
|
+ <view class="relation" @click="pageTo({url:'/admin/book/index'})">使用手册</view>
|
|
|
<view class="free" @click="register()">申请</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -49,42 +49,48 @@ export default {
|
|
|
constant: this.$constant,
|
|
|
list1: [
|
|
|
{
|
|
|
- title: '终身免费',
|
|
|
+ title: '免费使用',
|
|
|
text: '免年费',
|
|
|
imgUrl: `${this.$constant.imgUrl}/ghs/home_page/icon1.png`
|
|
|
},
|
|
|
{
|
|
|
- title: '手机、电脑',
|
|
|
+ title: '手机电脑',
|
|
|
text: '全面支持',
|
|
|
imgUrl: `${this.$constant.imgUrl}/ghs/home_page/icon2.png`
|
|
|
},
|
|
|
{
|
|
|
- title: '不限员工数',
|
|
|
- text: '不限门店数',
|
|
|
+ title: '多员工',
|
|
|
+ text: '分店可控',
|
|
|
imgUrl: `${this.$constant.imgUrl}/ghs/home_page/icon3.png`
|
|
|
}
|
|
|
],
|
|
|
list2: [
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic02.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/mall2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic03.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/member2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic04.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/stock2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic05.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/modifyPrice2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic06.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/settle2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic07.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/shop2.jpg`
|
|
|
},
|
|
|
{
|
|
|
- imgUrl: `${this.$constant.imgUrl}/ghs/home_page/pic08.png`
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/stat2.jpg`
|
|
|
+ },
|
|
|
+ {
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/kd2.jpg`
|
|
|
+ },
|
|
|
+ {
|
|
|
+ imgUrl: `${this.$constant.imgUrl}/ghs/home_page/bank2.jpg`
|
|
|
}
|
|
|
],
|
|
|
swiper: [
|