Explorar o código

官网商城优化

shish %!s(int64=6) %!d(string=hai) anos
pai
achega
6cb7cbbb91

+ 5 - 7
store/src/admin/official/index.vue

@@ -95,23 +95,23 @@
 				backgroundImg:`${this.$constant.imgUrl}/retail/official/bg.png`,
 				backgroundImg:`${this.$constant.imgUrl}/retail/official/bg.png`,
 				contentData: [
 				contentData: [
 					{
 					{
-						title: `<span class="app-color-1">一键搭建</span>花店商城`,
-						subTitle: `各大节日商城自动涨价,客户下单自动按距离计算运费`,
+						title: `<span class="app-color-1">花店</span>专属商城`,
+						subTitle: `节日自动涨价,客户下单自动按距离计算运费`,
 						img: `${this.$constant.imgUrl}/retail/official/content-1.png`
 						img: `${this.$constant.imgUrl}/retail/official/content-1.png`
 					},
 					},
 					{
 					{
 						title: `<span class="app-color-1">流程化</span>管理订单`,
 						title: `<span class="app-color-1">流程化</span>管理订单`,
-						subTitle: `有效把控订单的生命周期,从下单、打单、制作到发货、配送、 送达自动通知客户,大幅提升客户体验`,
+						subTitle: `高效管理订单,从下单、打单、制作到发货、配送、 送达自动通知客户,大幅提升客户体验`,
 						img: `${this.$constant.imgUrl}/retail/official/content-2.png`
 						img: `${this.$constant.imgUrl}/retail/official/content-2.png`
 					},
 					},
 					{
 					{
 						title: `丰富多样的<span class="app-color-1">营销工具</span>`,
 						title: `丰富多样的<span class="app-color-1">营销工具</span>`,
-						subTitle: `契合花店日常经营的营销工具,拉新、转化、复购、裂变, 面面俱到`,
+						subTitle: `契合花店日常经营的营销工具,拉新、转化、复购、裂变,面面俱到`,
 						img: `${this.$constant.imgUrl}/retail/official/content-3.png`
 						img: `${this.$constant.imgUrl}/retail/official/content-3.png`
 					},
 					},
 					{
 					{
 						title: `连通各渠道<span class="app-color-1">客户和订单</span>`,
 						title: `连通各渠道<span class="app-color-1">客户和订单</span>`,
-						subTitle: `线上、门店、微信、支付宝和美团等自动汇总后台,客户统一接待,订单统一管理,不必周旋于各个平台`,
+						subTitle: `线上、门店、微信、支付宝和美团等自动汇总后台,客户统一接待,订单统一管理,不再周旋于多个平台`,
 						img: `${this.$constant.imgUrl}/retail/official/content-4.png`
 						img: `${this.$constant.imgUrl}/retail/official/content-4.png`
 					},
 					},
 					{
 					{
@@ -184,7 +184,6 @@
 	}
 	}
 	.tab-wrap {
 	.tab-wrap {
 		@include disFlex(center, space-between);
 		@include disFlex(center, space-between);
-		height: 100px;
 		padding: 0 30px;
 		padding: 0 30px;
 		.logo-img {
 		.logo-img {
 			width: 160px;
 			width: 160px;
@@ -262,7 +261,6 @@
 	}
 	}
 	// trademark
 	// trademark
 	.bottom-trademark {
 	.bottom-trademark {
-		height: 150px;
 		@include disFlex(center, center);
 		@include disFlex(center, center);
 		background-color: #242627;
 		background-color: #242627;
 		img {
 		img {

+ 0 - 0
store/src/components/app-area-sel - 副本.vue → store/src/components/app-area-sel-bak.vue


+ 1 - 1
store/src/components/app-swiper.vue

@@ -2,7 +2,7 @@
 	<div class="swiper-wrap" :style="{'width': widthFn,'height': heightFn}">
 	<div class="swiper-wrap" :style="{'width': widthFn,'height': heightFn}">
 		<swiper :indicator-dots="!tagShow" :autoplay="autoplay" :interval="5000" :duration="150" class="tui-banner-swiper" :circular="true" indicator-color="#969696" indicator-active-color="#F04545" @change="bannerChange">
 		<swiper :indicator-dots="!tagShow" :autoplay="autoplay" :interval="5000" :duration="150" class="tui-banner-swiper" :circular="true" indicator-color="#969696" indicator-active-color="#F04545" @change="bannerChange">
 			<swiper-item v-for="(item, index) in list" :key="index" @tap.stop="detail">
 			<swiper-item v-for="(item, index) in list" :key="index" @tap.stop="detail">
-				<img :src="item.img" class="tui-slide-image" mode="center" />
+				<img :src="item.img" class="tui-slide-image" mode="scaleToFill" />
 			</swiper-item>
 			</swiper-item>
 		</swiper>
 		</swiper>
 		<app-tag v-if="tagShow" class="swiper-tag" type="translucent" shape="circleLeft" size="small">{{index + 1}}/{{list.length}}</app-tag>
 		<app-tag v-if="tagShow" class="swiper-tag" type="translucent" shape="circleLeft" size="small">{{index + 1}}/{{list.length}}</app-tag>