Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
F
fenxiao_h5-dz
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
fenxiao_h5-dz
提交
90651230
提交
90651230
编写于
5月 08, 2024
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
.
上级
25661cf5
变更
8
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
7 行增加
和
43 行删除
+7
-43
App.vue
src/App.vue
+1
-1
ShopCard.vue
src/components/ShopCard.vue
+1
-1
cart.vue
src/pages/cart/cart.vue
+0
-9
detail.vue
src/pages/good/detail.vue
+1
-9
intelligent.vue
src/pages/index/intelligent.vue
+2
-2
address.vue
src/pages/my/address.vue
+1
-0
fav.vue
src/pages/my/fav.vue
+0
-9
orderList.vue
src/pages/order/orderList.vue
+1
-12
未找到文件。
src/App.vue
浏览文件 @
90651230
...
...
@@ -49,7 +49,7 @@
}
}
console
.
log
(
window
.
location
.
port
,
'window.location.port'
);
uni
.
setStorageSync
(
'subdomain'
,
window
.
location
.
port
===
'3000'
?
'
alisa1
'
:
'0571gs008'
)
uni
.
setStorageSync
(
'subdomain'
,
window
.
location
.
port
===
'3000'
?
'
0571gs008
'
:
'0571gs008'
)
});
onShow
(()
=>
{
console
.
log
(
"App Show"
);
...
...
src/components/ShopCard.vue
浏览文件 @
90651230
...
...
@@ -9,7 +9,7 @@
{{
item
.
title
}}
</text>
</view>
<view
style=
"display: flex;background: #ffffff;padding: 15rpx"
class=
"text01"
>
<view
style=
"display: flex;background: #ffffff;padding: 15rpx
;align-items: center
"
class=
"text01"
>
<view
class=
"text-orange text-ss"
>
¥
<text
class=
"text-bold text-l"
>
{{
item
.
salePrice
}}
</text>
</view>
...
...
src/pages/cart/cart.vue
浏览文件 @
90651230
...
...
@@ -109,15 +109,6 @@ view
<
view
class
=
"justify-middle"
style
=
"position:relative"
@
tap
=
"onGood(gItem)"
>
<
van
-
image
class
=
"pd-l-px-10"
height
=
"110px"
width
=
"110px"
fit
=
"cover"
:
src
=
"gItem.mainImg"
loading
-
icon
=
"https://img.edsmall.com/ROOT/ETao/fenxiao/h5/default1.png"
icon
-
size
=
"110px"
/>
<!--
购物车活动角标
-->
<
div
class
=
"sign"
v
-
if
=
"gItem.subScriptImgUrl"
>
<
img
:
src
=
"gItem.subScriptImgUrl"
alt
=
""
/>
<
div
class
=
"discount"
style
=
"color: rgba(247, 103, 67, 1)"
>
{{
gItem
.
discount
}}
<
/div
>
<
/div
>
<
span
v
-
for
=
"(item,index) in gItem.leftDownIcons"
:
key
=
"index"
:
style
=
"{left:index*35+'px'
}
"
style
=
"position:absolute;bottom:0;"
>
<
van
-
image
width
=
"32px"
height
=
"16px"
:
src
=
"item"
/>
<
/span
>
<
/view
>
<
view
class
=
"pd-l-px-10"
@
tap
=
"onGood(gItem)"
>
<
view
class
=
"text-m ellipsis line_over2"
style
=
"width: calc(100vw - 180px)"
>
{{
...
...
src/pages/good/detail.vue
浏览文件 @
90651230
...
...
@@ -22,15 +22,7 @@
loading-icon=
"https://img.edsmall.com/ROOT/ETao/fenxiao/h5/default1.png"
icon-size=
"100vw"
:src=
"skuData.mainImg"
/>
<!--详情页活动角标-->
<div
class=
"sign"
v-if=
"skuData.subScriptImgUrl"
>
<img
:src=
"skuData.subScriptImgUrl"
alt=
""
/>
<div
class=
"discount"
style=
"color: rgba(247, 103, 67, 1)"
>
{{
skuData
.
discount
}}
</div>
</div>
<van-image
v-if=
"zoneIcon[0]"
class=
"zone_icon"
style=
"left: 10rpx"
width=
"60rpx"
:src=
"zoneIcon[0]"
/>
<van-image
v-if=
"zoneIcon[1]"
class=
"zone_icon"
style=
"left: 80rpx"
width=
"60rpx"
:src=
"zoneIcon[1]"
/>
<!--
<span
v-if=
"skuData.coTip==1"
class=
"zone_icon host_tip"
style=
"left: 90rpx;"
>
热销
</span>
-->
</van-swipe-item>
<template
v-if=
"video"
#
indicator=
"
{ active, total }">
<view
class=
"justify-center"
>
...
...
src/pages/index/intelligent.vue
浏览文件 @
90651230
...
...
@@ -21,7 +21,7 @@
loading-icon=
"https://img.edsmall.com/ROOT/ETao/fenxiao/h5/default1.png"
/>
</view>
</van-col>
<van-col
span=
"1
5
"
>
<van-col
span=
"1
6
"
>
<view
style=
"padding: 15rpx;background: #ffffff"
>
<text
class=
"text-s ellipsis line_over2"
style=
"text-align: left;background: #ffffff;line-height: 36rpx"
>
...
...
@@ -39,7 +39,7 @@
</view>
<view
@
click=
"check(item)"
>
<img
src=
"../../static/img/car_search.png"
style=
"width: 1.8rem"
alt=
""
>
style=
"width: 1.8rem
;margin-right: 6rpx
"
alt=
""
>
</view>
</view>
</van-col>
...
...
src/pages/my/address.vue
浏览文件 @
90651230
...
...
@@ -200,6 +200,7 @@ function onAddressChange(item: any) {
function
goBack
()
{
if
(
state
.
switch
.
isComponent
)
{
emit
(
"cancel"
);
PageUtils
.
goBack
()
}
else
{
PageUtils
.
goBack
()
}
...
...
src/pages/my/fav.vue
浏览文件 @
90651230
...
...
@@ -32,15 +32,6 @@
<view
class=
"justify-middle"
style=
"position:relative"
@
tap=
"onProduct(gItem)"
>
<van-image
height=
"88px"
width=
"88px"
fit=
"cover"
:src=
"gItem.imgPath"
loading-icon=
"https://img.edsmall.com/ROOT/ETao/fenxiao/h5/default1.png"
icon-size=
"88px"
/>
<!--商品收藏活动角标-->
<div
class=
"sign"
v-if=
"gItem.subScriptImgUrl"
>
<img
:src=
"gItem.subScriptImgUrl"
alt=
""
/>
<div
class=
"discount"
style=
"color: rgba(247, 103, 67, 1)"
>
{{
gItem
.
discount
}}
</div>
</div>
<span
v-for=
"(item,index) in gItem.leftDownIcons"
:key=
"index"
:style=
"
{left:index*35+'px'}" style="position:absolute;bottom:0;">
<van-image
width=
"32px"
height=
"16px"
:src=
"item"
/>
</span>
</view>
<view
class=
"pd-l-20"
@
tap=
"onProduct(gItem)"
>
<view
class=
"text-m ellipsis line_over2 pd-b-25"
style=
"width: calc(100vw - 340rpx);min-height: 36px"
>
...
...
src/pages/order/orderList.vue
浏览文件 @
90651230
...
...
@@ -40,21 +40,10 @@
<van-col
span=
"8"
style=
"position: relative"
>
<van-image
class=
"self_center"
width=
"100%"
height=
"100%"
lazy-load
:src=
"good.goodsImg"
/>
<!--订单详情活动角标-->
<div
class=
"sign"
v-if=
"good.subScriptImgUrl"
>
<img
:src=
"good.subScriptImgUrl"
alt=
""
/>
<div
class=
"discount"
style=
"color: rgba(247, 103, 67, 1)"
>
{{good.discount}}
</div>
</div>
<view
style=
"position: absolute;left: 0;bottom: 0;"
v-if=
"good.conner.dailyIcons[0]"
>
<span
style=
"margin-right: 5px"
v-for=
"item in good.dailyIcons"
>
<van-image
width=
"60rpx"
height=
"32rpx"
:src=
"item"
/>
</span>
</view>
<!--<van-image v-if="good.conner.dailyIcons[0]" :src="good.conner.dailyIcons[0]" style="position: absolute;left: 0;bottom: 0" width="60rpx" />-->
</van-col>
<van-col
span=
"15"
offset=
"1"
>
<p
class=
"ellipsis line_over2 pd-t-10"
style=
"
height: 36px;
margin-bottom:6px;font-size: 15px"
>
<p
class=
"ellipsis line_over2 pd-t-10"
style=
"margin-bottom:6px;font-size: 15px"
>
{{ good.goodsInfo }}
</p>
<div
style=
"line-height: 1.2rem;font-size: 13px"
>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录