Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
6083486d
提交
6083486d
authored
10月 09, 2021
作者:
huaxinzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1、官网banner4秒自动轮播,顶部logo字段修复;2、添加商品图片初始化;
上级
3eb3d8bc
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
17 行增加
和
2 行删除
+17
-2
newyuncang.vue
src/views/entry/newyuncang.vue
+16
-2
goodsinfomation.vue
src/views/system/goods/add/components/goodsinfomation.vue
+1
-0
没有找到文件。
src/views/entry/newyuncang.vue
浏览文件 @
6083486d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<header
:class=
"
{ 'head-scroll': isScroll }">
<header
:class=
"
{ 'head-scroll': isScroll }">
<div
class=
"header-con"
>
<div
class=
"header-con"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
v-if=
"settitle && settitle.top
l
ogo"
>
<li
v-if=
"settitle && settitle.top
L
ogo"
>
<img
style=
"width:114px;height:35px;"
:src=
"settitle.topLogo"
alt=
""
>
<img
style=
"width:114px;height:35px;"
:src=
"settitle.topLogo"
alt=
""
>
</li>
</li>
<li>
<li>
...
@@ -226,6 +226,11 @@
...
@@ -226,6 +226,11 @@
<
script
>
<
script
>
import
store
from
'@/store'
;
import
store
from
'@/store'
;
import
{
indexInfo
,
newsList
,
companyCounsel
,
webSite
,
getdomain
,
getallCloudList
}
from
'@/api/webSite'
import
{
indexInfo
,
newsList
,
companyCounsel
,
webSite
,
getdomain
,
getallCloudList
}
from
'@/api/webSite'
/** HACK
* 解决 swiper 轮播图不自动轮播问题
* */
import
Swiper2
,{
Autoplay
}
from
'swiper'
;
Swiper2
.
use
([
Autoplay
]);
export
default
{
export
default
{
name
:
"newyuncang"
,
name
:
"newyuncang"
,
...
@@ -270,7 +275,7 @@
...
@@ -270,7 +275,7 @@
bulletActiveClass
:
'my-bullet'
bulletActiveClass
:
'my-bullet'
},
},
autoplay
:
{
autoplay
:
{
delay
:
6
000
,
delay
:
4
000
,
disableOnInteraction
:
false
disableOnInteraction
:
false
},
},
// 设定初始化时slide的索引
// 设定初始化时slide的索引
...
@@ -670,16 +675,25 @@
...
@@ -670,16 +675,25 @@
}
}
.ad-details
{
.ad-details
{
width
:
100%
;
padding
:
30px
;
padding
:
30px
;
color
:
#333333
;
color
:
#333333
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
28px
;
line-height
:
28px
;
word-wrap
:break-word
;
text-align
:
justify
;
text-align
:
justify
;
text-align-last
:
center
;
text-align-last
:
center
;
-ms-text-align-last
:
center
;
-ms-text-align-last
:
center
;
-moz-text-align-last
:
center
;
-moz-text-align-last
:
center
;
}
}
//.ad-details:after {
// content: '';
// display : inline-block;
// overflow : hidden;
// height:0;
// width: 100%;
//}
/* hover 时候的效果 class */
/* hover 时候的效果 class */
.mgT20
{
.mgT20
{
...
...
src/views/system/goods/add/components/goodsinfomation.vue
浏览文件 @
6083486d
...
@@ -379,6 +379,7 @@
...
@@ -379,6 +379,7 @@
if
(
res
.
data
)
{
if
(
res
.
data
)
{
urlObj
.
url
=
res
.
data
.
image_url
;
urlObj
.
url
=
res
.
data
.
image_url
;
this
.
goodsImgFileList
.
push
(
urlObj
);
this
.
goodsImgFileList
.
push
(
urlObj
);
this
.
goodsInfoForm
.
imgs
=
[];
// 1009 hxz 初始化img
this
.
goodsImgFileList
.
forEach
(
item
=>
{
this
.
goodsImgFileList
.
forEach
(
item
=>
{
this
.
goodsInfoForm
.
imgs
.
push
(
item
.
url
)
this
.
goodsInfoForm
.
imgs
.
push
(
item
.
url
)
})
})
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论