Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
a1ae714d
Commit
a1ae714d
authored
Mar 01, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6189c33f
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
11 additions
and
25 deletions
+11
-25
list.vue
components/goods/list.vue
+1
-1
favorite.vue
pages/favorite/favorite.vue
+3
-2
index.vue
pages/foot/index/index.vue
+5
-6
activeInner.vue
pages/kotra/activeInner.vue
+0
-1
activeInnerDetail.vue
pages/kotra/activeInnerDetail.vue
+0
-1
activityList.vue
pages/kotra/activityList.vue
+1
-2
compInformation.vue
pages/kotra/compInformation.vue
+0
-2
contanctDetail.vue
pages/kotra/contanctDetail.vue
+0
-1
contanctus.vue
pages/kotra/contanctus.vue
+0
-1
investmentDetail.vue
pages/kotra/investmentDetail.vue
+1
-2
investmentList.vue
pages/kotra/investmentList.vue
+0
-1
news.vue
pages/kotra/news.vue
+0
-1
procurementDetail.vue
pages/kotra/procurementDetail.vue
+0
-1
procurementList.vue
pages/kotra/procurementList.vue
+0
-1
typeList.vue
pages/kotra/typeList.vue
+0
-1
zixunList.vue
pages/kotra/zixunList.vue
+0
-1
No files found.
components/goods/list.vue
View file @
a1ae714d
...
...
@@ -23,7 +23,7 @@
</view>
{{
cx
.
name
}}
</view>
<view
class=
"goodsSubName"
>
<view
class=
"goodsSubName"
v-if=
"setting&&setting.is_show_korea==1"
>
卖点:
{{
cx
.
subName
}}
</view>
<view
class=
"good-info"
v-if=
"setting&&setting.is_show_korea==0"
>
...
...
pages/favorite/favorite.vue
View file @
a1ae714d
...
...
@@ -30,7 +30,7 @@
/>
</view>
<view
class=
"good-name"
>
{{
cx
.
Name
}}
</view>
<view
class=
"good-info"
>
<view
class=
"good-info"
v-if=
"setting&&setting.is_show_korea==0"
>
<view
class=
"price"
:style=
"
{ color: mainColor }">¥
{{
cx
.
SellingPrice
}}
</view>
...
...
@@ -102,6 +102,7 @@
loading
:
"努力加载中"
,
nomore
:
"没有更多了"
,
},
setting
:
{}
}
},
components
:{
...
...
@@ -111,7 +112,7 @@
created
(){
this
.
contentHeight
=
this
.
$utils
.
calcContentHeight
(
-
40
)
+
'px'
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
setting
=
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
;
},
mounted
()
{
let
currentPages
=
getCurrentPages
();
...
...
pages/foot/index/index.vue
View file @
a1ae714d
...
...
@@ -53,7 +53,7 @@
</view>
<view
class=
"good-info"
>
<Text
class=
'good-name'
@
click=
"clickHandler(cx.GoodsId)"
>
{{
cx
.
GoodsName
}}
</Text>
<view
style=
"
display: flex;flex-direction: row;align-items: center;justify-content: space-between;"
>
<view
v-if=
"setting&&setting.is_show_korea==0"
style=
"padding-bottom:10px;
display: flex;flex-direction: row;align-items: center;justify-content: space-between;"
>
<Text
:style=
"
{'color':mainColor}">¥
{{
cx
.
Price
}}
</Text>
<u-icon
name=
"ellipsis"
color=
"#c8c9cc"
size=
"40"
@
click
.
stop=
'operation(cx.GoodsId,cx.Id,ci)'
></u-icon>
</view>
...
...
@@ -173,6 +173,7 @@
loading
:
"努力加载中"
,
nomore
:
"没有更多了"
,
},
setting
:
{}
}
},
components
:{
...
...
@@ -181,9 +182,8 @@
},
created
(){
this
.
contentHeight
=
this
.
$utils
.
calcContentHeight
(
-
40
)
+
'px'
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
setting
=
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
;
},
mounted
()
{
let
currentPages
=
getCurrentPages
();
...
...
@@ -448,8 +448,7 @@
}
.footStyle
.good-info
{
width
:
100%
;
;
height
:
150
rpx
;
padding
:
0
10
rpx
;
padding
:
0
10px
;
}
.footStyle
.good-name
{
overflow
:
hidden
;
...
...
pages/kotra/activeInner.vue
View file @
a1ae714d
...
...
@@ -107,7 +107,6 @@
},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/activeInnerDetail.vue
View file @
a1ae714d
...
...
@@ -169,7 +169,6 @@
},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据11111'
);
this
.
dataList
=
res
.
data
}
}
...
...
pages/kotra/activityList.vue
View file @
a1ae714d
...
...
@@ -76,7 +76,7 @@
export
default
{
data
()
{
return
{
pageTitle
:
'
活动列表
'
,
pageTitle
:
'
我的活动
'
,
qmsg
:
{
pageIndex
:
1
,
pageSize
:
10
...
...
@@ -113,7 +113,6 @@
if
(
res
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
pageData
;
this
.
pageCount
=
res
.
data
.
pageCount
;
console
.
log
(
res
,
'采购数据'
);
}
}
);
...
...
pages/kotra/compInformation.vue
View file @
a1ae714d
...
...
@@ -251,7 +251,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据类了'
);
this
.
msg
=
res
.
data
;
this
.
msg
.
FoundingTime
=
res
.
data
.
FoundingTimeStr
;
}
...
...
@@ -307,7 +306,6 @@
},
btnStart
(
val
)
{
this
.
msg
.
FoundingTime
=
val
.
year
+
'-'
+
val
.
month
+
'-'
+
val
.
day
;
console
.
log
(
val
);
},
},
}
...
...
pages/kotra/contanctDetail.vue
View file @
a1ae714d
...
...
@@ -96,7 +96,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据来也'
);
this
.
dataList
=
res
.
data
;
}
}
...
...
pages/kotra/contanctus.vue
View file @
a1ae714d
...
...
@@ -135,7 +135,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据来也'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/investmentDetail.vue
View file @
a1ae714d
...
...
@@ -78,7 +78,7 @@
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeLeft"
>
成立时间
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
FoundingTime
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
FoundingTime
Str
}}
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeLeft"
>
员工人数
</view>
...
...
@@ -153,7 +153,6 @@
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
;
console
.
log
(
res
,
'采购数据'
);
}
}
);
...
...
pages/kotra/investmentList.vue
View file @
a1ae714d
...
...
@@ -127,7 +127,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据类了'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/news.vue
View file @
a1ae714d
...
...
@@ -127,7 +127,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据类了'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/procurementDetail.vue
View file @
a1ae714d
...
...
@@ -187,7 +187,6 @@
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
;
console
.
log
(
res
,
'采购数据'
);
}
}
);
...
...
pages/kotra/procurementList.vue
View file @
a1ae714d
...
...
@@ -128,7 +128,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据类了'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/typeList.vue
View file @
a1ae714d
...
...
@@ -127,7 +127,6 @@
(
res
)
=>
{
uni
.
hideLoading
();
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
,
'数据类了'
);
this
.
dataList
=
this
.
dataList
.
concat
(
res
.
data
.
pageData
);
this
.
pageCount
=
res
.
data
.
pageCount
;
}
...
...
pages/kotra/zixunList.vue
View file @
a1ae714d
...
...
@@ -146,7 +146,6 @@
if
(
res
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
pageData
;
this
.
pageCount
=
res
.
data
.
pageCount
;
console
.
log
(
res
,
'咨询数据'
);
}
}
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment