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
713c49e5
Commit
713c49e5
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
76d8f833
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
4 deletions
+60
-4
detail.vue
pages/kotra/carrier/detail.vue
+50
-2
list.vue
pages/kotra/carrier/list.vue
+8
-1
news.vue
pages/kotra/news.vue
+2
-1
No files found.
pages/kotra/carrier/detail.vue
View file @
713c49e5
...
@@ -161,8 +161,19 @@
...
@@ -161,8 +161,19 @@
<view
style=
"font-size: 42rpx; color: #1f1f1f; font-weight: 600"
>
<view
style=
"font-size: 42rpx; color: #1f1f1f; font-weight: 600"
>
{{
detailData
.
CarrierName
}}
{{
detailData
.
CarrierName
}}
</view>
</view>
<view
style=
"margin-top: 16rpx"
>
<view
<u-tag
:text=
"ProjectType"
mode=
"dark"
:bg-color=
"mainColor"
/>
style=
"margin-top: 16rpx; display: flex; align-items: center"
>
<u-tag
:text=
"ProjectType"
mode=
"dark"
size=
"mini"
:bg-color=
"mainColor"
/>
<view
class=
"carriertag"
v-if=
"detailData.FirstStoreTest === 1"
>
<view
class=
"carriertagsub1"
>
首店
</view>
<view
class=
"carriertagsub2"
>
试验场
</view>
</view>
</view>
</view>
</view>
</view>
<!-- 关注 -->
<!-- 关注 -->
...
@@ -1078,4 +1089,41 @@ export default {
...
@@ -1078,4 +1089,41 @@ export default {
margin-right
:
20
rpx
;
margin-right
:
20
rpx
;
margin-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
}
}
.carriertag
{
width
:
145
rpx
;
height
:
40
rpx
;
background
:
#fff
;
border-radius
:
8
rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
margin-left
:
30
rpx
;
overflow
:
hidden
;
}
.carriertagsub1
{
width
:
65
rpx
;
height
:
40
rpx
;
background
:
#1f1f1f
;
border-radius
:
4
rpx
0
rpx
0
rpx
4
rpx
;
font-size
:
22
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.carriertagsub2
{
width
:
81
rpx
;
height
:
40
rpx
;
background
:
#d0aa7b
;
border-radius
:
0px
4
rpx
4
rpx
0
rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
22
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
</
style
>
</
style
>
pages/kotra/carrier/list.vue
View file @
713c49e5
...
@@ -217,6 +217,10 @@ export default {
...
@@ -217,6 +217,10 @@ export default {
},
},
list
:
[],
list
:
[],
kystatus
:
[
kystatus
:
[
{
id
:
-
1
,
name
:
"全部"
,
},
{
{
id
:
0
,
id
:
0
,
name
:
"即将开业"
,
name
:
"即将开业"
,
...
@@ -226,7 +230,7 @@ export default {
...
@@ -226,7 +230,7 @@ export default {
name
:
"已开业"
,
name
:
"已开业"
,
},
},
],
],
curStatusName
:
"
即将开业
"
,
curStatusName
:
"
全部
"
,
};
};
},
},
onShareTimeline
()
{
onShareTimeline
()
{
...
@@ -503,6 +507,9 @@ export default {
...
@@ -503,6 +507,9 @@ export default {
color
:
#fff
;
color
:
#fff
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
padding
:
0
18
rpx
;
padding
:
0
18
rpx
;
font-size
:
22
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
}
}
.curStatusName
{
.curStatusName
{
font-size
:
22
rpx
;
font-size
:
22
rpx
;
...
...
pages/kotra/news.vue
View file @
713c49e5
...
@@ -184,7 +184,7 @@ export default {
...
@@ -184,7 +184,7 @@ export default {
},
},
status
:
""
,
status
:
""
,
CommpanyStatus
:
0
,
//公司认证状态
CommpanyStatus
:
0
,
//公司认证状态
FirstShopType
:
1
,
//1:品牌,2:载体
FirstShopType
:
0
,
//1:品牌,2:载体
};
};
},
},
onShareTimeline
()
{
onShareTimeline
()
{
...
@@ -305,6 +305,7 @@ export default {
...
@@ -305,6 +305,7 @@ export default {
// });
// });
},
},
auth
(
url
)
{
auth
(
url
)
{
console
.
log
(
308
,
this
.
CommpanyStatus
,
this
.
FirstShopType
);
if
(
this
.
CommpanyStatus
===
1
||
this
.
CommpanyStatus
===
4
)
{
if
(
this
.
CommpanyStatus
===
1
||
this
.
CommpanyStatus
===
4
)
{
uni
.
showModal
({
uni
.
showModal
({
title
:
"提示"
,
title
:
"提示"
,
...
...
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