Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yongxinda-h5
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
yongxinda-h5
Commits
ffef3fbe
提交
ffef3fbe
authored
1月 13, 2023
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化
上级
d58136a8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
23 行增加
和
6 行删除
+23
-6
App.vue
src/App.vue
+2
-0
index.vue
src/pages/cart/index.vue
+8
-2
index.vue
src/pages/goods/index.vue
+2
-0
checkout.vue
src/pages/order/checkout.vue
+2
-0
quotation.vue
src/pages/order/quotation.vue
+5
-3
categoryPopup.vue
src/pages/productLine/components/categoryPopup.vue
+2
-0
importProductLine.vue
src/pages/productLine/importProductLine.vue
+0
-1
productLine.vue
src/pages/productLine/productLine.vue
+2
-0
没有找到文件。
src/App.vue
浏览文件 @
ffef3fbe
...
@@ -25,5 +25,7 @@ page {
...
@@ -25,5 +25,7 @@ page {
.uni-tabbar
{
.uni-tabbar
{
max-width
:
420px
;
max-width
:
420px
;
margin
:
0
auto
;
margin
:
0
auto
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
}
}
</
style
>
</
style
>
src/pages/cart/index.vue
浏览文件 @
ffef3fbe
...
@@ -467,14 +467,20 @@ onShow(() => {
...
@@ -467,14 +467,20 @@ onShow(() => {
.footer
{
.footer
{
position
:
fixed
;
position
:
fixed
;
bottom
:
var
(
--
window-bottom
);
bottom
:
var
(
--
window-bottom
);
width
:
100%
;
left
:
var
(
--
window-bottom
);
right
:
var
(
--
window-bottom
);
// width: 100%;
height
:
100rpx
;
height
:
100rpx
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
10rpx
40rpx
;
padding
:
10rpx
40rpx
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
margin-bottom
:
2rpx
;
// margin-bottom: 2rpx;
max-width
:
420px
;
margin
:
0
auto
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
// .left {
// .left {
// height: 100%;
// height: 100%;
...
...
src/pages/goods/index.vue
浏览文件 @
ffef3fbe
...
@@ -623,5 +623,7 @@ const initParts = (goodsId: number, productId: number) => {
...
@@ -623,5 +623,7 @@ const initParts = (goodsId: number, productId: number) => {
:deep
(
.uni-tab__cart-box
)
{
:deep
(
.uni-tab__cart-box
)
{
max-width
:
420px
;
max-width
:
420px
;
margin
:
auto
;
margin
:
auto
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
}
}
</
style
>
</
style
>
src/pages/order/checkout.vue
浏览文件 @
ffef3fbe
...
@@ -320,6 +320,8 @@ onShow(() => {
...
@@ -320,6 +320,8 @@ onShow(() => {
margin
:
0
auto
;
margin
:
0
auto
;
line-height
:
100rpx
;
line-height
:
100rpx
;
text-align
:
end
;
text-align
:
end
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
}
}
}
}
</
style
>
</
style
>
src/pages/order/quotation.vue
浏览文件 @
ffef3fbe
...
@@ -512,7 +512,7 @@ let initQuotationDelivery = () => {
...
@@ -512,7 +512,7 @@ let initQuotationDelivery = () => {
getQuotationDelivery
().
then
((
res
:
any
)
=>
{
getQuotationDelivery
().
then
((
res
:
any
)
=>
{
if
(
res
.
data
.
code
===
200
)
{
if
(
res
.
data
.
code
===
200
)
{
res
.
data
.
data
.
map
((
item
:
any
)
=>
{
res
.
data
.
data
.
map
((
item
:
any
)
=>
{
payment
List
.
value
.
push
({
delivery
List
.
value
.
push
({
value
:
item
.
textValue
,
value
:
item
.
textValue
,
label
:
item
.
textValue
label
:
item
.
textValue
})
})
...
@@ -527,7 +527,7 @@ let initQuotationPayment = () => {
...
@@ -527,7 +527,7 @@ let initQuotationPayment = () => {
getQuotationPayment
().
then
((
res
:
any
)
=>
{
getQuotationPayment
().
then
((
res
:
any
)
=>
{
if
(
res
.
data
.
code
===
200
)
{
if
(
res
.
data
.
code
===
200
)
{
res
.
data
.
data
.
map
((
item
:
any
)
=>
{
res
.
data
.
data
.
map
((
item
:
any
)
=>
{
delivery
List
.
value
.
push
({
payment
List
.
value
.
push
({
value
:
item
.
textValue
,
value
:
item
.
textValue
,
label
:
item
.
textValue
label
:
item
.
textValue
})
})
...
@@ -611,9 +611,11 @@ let initQuotationPayment = () => {
...
@@ -611,9 +611,11 @@ let initQuotationPayment = () => {
padding
:
20rpx
;
padding
:
20rpx
;
z-index
:
99
;
z-index
:
99
;
background-color
:
#fff
;
background-color
:
#fff
;
border-top
:
2rpx
solid
#f7f7f7
;
max-width
:
420px
;
max-width
:
420px
;
margin
:
0
auto
;
margin
:
0
auto
;
border-top
:
2rpx
solid
#f7f7f7
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
.price
{
.price
{
display
:
flex
;
display
:
flex
;
...
...
src/pages/productLine/components/categoryPopup.vue
浏览文件 @
ffef3fbe
...
@@ -212,6 +212,8 @@ defineExpose({
...
@@ -212,6 +212,8 @@ defineExpose({
/* #endif */
/* #endif */
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
}
}
.u-search-box
{
.u-search-box
{
...
...
src/pages/productLine/importProductLine.vue
浏览文件 @
ffef3fbe
...
@@ -120,7 +120,6 @@ onReady(() => {
...
@@ -120,7 +120,6 @@ onReady(() => {
if
(
res
.
data
.
code
===
200
)
specificationData
.
value
=
res
.
data
.
data
if
(
res
.
data
.
code
===
200
)
specificationData
.
value
=
res
.
data
.
data
})
})
handleEditProductLineData
(
res
.
data
)
handleEditProductLineData
(
res
.
data
)
// console.log(res.data);
})
})
})
})
...
...
src/pages/productLine/productLine.vue
浏览文件 @
ffef3fbe
...
@@ -827,6 +827,8 @@ $nav-heigth: var(--window-bottom);
...
@@ -827,6 +827,8 @@ $nav-heigth: var(--window-bottom);
:deep
(
.uni-tab__cart-box
)
{
:deep
(
.uni-tab__cart-box
)
{
max-width
:
420px
;
max-width
:
420px
;
margin
:
auto
;
margin
:
auto
;
border-left
:
#f6f6f6
solid
1px
;
border-right
:
#f6f6f6
solid
1px
;
}
}
.u-wrap
{
.u-wrap
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论