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
e8f6fd72
Commit
e8f6fd72
authored
Dec 12, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
04a3c78b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
70 additions
and
62 deletions
+70
-62
brandInformation.vue
pages/kotra/BrandEnterSetIn/components/brandInformation.vue
+2
-2
buildingInformation.vue
.../kotra/BrandEnterSetIn/components/buildingInformation.vue
+2
-2
carrierInformation.vue
...s/kotra/BrandEnterSetIn/components/carrierInformation.vue
+2
-2
enterInformation.vue
pages/kotra/BrandEnterSetIn/components/enterInformation.vue
+2
-2
enterIndex.vue
pages/kotra/BrandEnterSetIn/enterIndex.vue
+62
-54
No files found.
pages/kotra/BrandEnterSetIn/components/brandInformation.vue
View file @
e8f6fd72
...
...
@@ -275,7 +275,7 @@
style=
"padding: 10px 0;"
placeholder=
"请填写联系人电话"
placeholder-style=
"color:#CECECE;"
>
</view>
<view
style=
"margin-top: 30px;"
>
<view
class=
"butBox2"
@
click=
"brandSubmit"
v-if=
'!disabled'
>
<view
class=
"butBox2"
:style=
"{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
@
click=
"brandSubmit"
v-if=
'!disabled'
>
<text
v-if=
'datas.CompanyStatus && datas.CompanyStatus==1'
>
确定修改
</text>
<text
v-else
>
完成
</text>
</view>
...
...
@@ -296,7 +296,6 @@
},
data
(){
return
{
mainColor
:
''
,
action
:
this
.
host2
+
"/api/File/UploadTencent"
,
fileList
:[],
controls
:
true
,
...
...
@@ -382,6 +381,7 @@
glBrandName
:
''
,
GetYBConfig
:
null
,
showType
:
1
,
mainColor
:
''
}
},
onLoad
(
options
){
...
...
pages/kotra/BrandEnterSetIn/components/buildingInformation.vue
View file @
e8f6fd72
...
...
@@ -401,13 +401,13 @@
/>
</view>
<view
style=
"margin-top: 30px"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
:style=
"
{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
v-if="!disabled">
<text
v-if=
"datas.CompanyStatus && datas.CompanyStatus == 1"
>
确定修改
</text
>
<text
v-else
>
完成
</text>
</view>
<view
class=
"butBox2"
@
click=
"goback"
v-else
>
<view
class=
"butBox2"
@
click=
"goback"
:style=
"
{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
v-else>
<text>
返回
</text>
</view>
</view>
...
...
pages/kotra/BrandEnterSetIn/components/carrierInformation.vue
View file @
e8f6fd72
...
...
@@ -488,13 +488,13 @@
/>
</view>
<view
style=
"margin-top: 30px"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
:style=
"{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
>
<text
v-if=
"datas.CompanyStatus && datas.CompanyStatus == 1"
>
确定修改
</text
>
<text
v-else
>
完成
</text>
</view>
<view
class=
"butBox2"
@
click=
"goback"
v-else
>
<view
class=
"butBox2"
@
click=
"goback"
:style=
"{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
v-else
>
<text>
返回
</text>
</view>
</view>
...
...
pages/kotra/BrandEnterSetIn/components/enterInformation.vue
View file @
e8f6fd72
...
...
@@ -352,11 +352,11 @@
</view>
<view
style=
"margin-top: 30px;"
>
<view
class=
"butBox2"
@
click=
"brandSubmit"
v-if=
'!disabled'
>
<view
class=
"butBox2"
:style=
"{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
@
click=
"brandSubmit"
v-if=
'!disabled'
>
<text
v-if=
'datas.CompanyStatus && datas.CompanyStatus==1'
>
确定修改
</text>
<text
v-else
>
完成
</text>
</view>
<view
class=
"butBox2"
@
click=
"goback"
v-else
>
<view
class=
"butBox2"
:style=
"{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
@
click=
"goback"
v-else
>
<text
>
返回
</text>
</view>
</view>
...
...
pages/kotra/BrandEnterSetIn/enterIndex.vue
View file @
e8f6fd72
...
...
@@ -13,7 +13,7 @@
</view>
<view
class=
"progressBox"
v-if=
"nowStatus != 4"
>
<view
class=
"progressName"
>
<text
class=
"cur"
>
{{
stepName
}}
</text>
<text
class=
"cur"
:style=
"
{color:mainColor}"
>
{{
stepName
}}
</text>
<text
class=
"nex"
>
{{
nextSepName
}}
</text>
</view>
<u-line-progress
...
...
@@ -22,7 +22,7 @@
:show-percent=
"false"
:height=
"10"
inactive-color=
"#DADCE6"
active-color=
"#F70027
"
:active-color=
"mainColor
"
></u-line-progress>
</view>
<view>
</view>
...
...
@@ -110,6 +110,7 @@
nowStatus != 5
"
@
click=
"chooseImg"
:style=
"
{background:mainColor}"
>
重新上传
</view>
...
...
@@ -127,56 +128,13 @@
"
>
请选择您的身份
</view
>
<view
style=
"
width: 100%;
display: flex;
justify-content: space-around;
margin-top: 180rpx;
"
>
<view
class=
"chooseidbox"
@
click=
"ChooseidentityId = 1"
>
<view
class=
"chooseidbox_t"
>
<image
v-if=
"ChooseidentityId == 1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_pp.png"
>
</image>
<image
v-if=
"ChooseidentityId == 2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_pp_n.png"
>
</image>
</view>
<view
class=
"chooseidbox_b"
>
<image
v-if=
"ChooseidentityId == 1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_g.png"
></image>
</view>
</view>
<view
class=
"chooseidbox"
@
click=
"ChooseidentityId = 2"
>
<view
class=
"chooseidbox_t"
>
<image
v-if=
"ChooseidentityId == 2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_zt.png"
>
</image>
<image
v-if=
"ChooseidentityId == 1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_zt_n.png"
>
</image>
</view>
<view
class=
"chooseidbox_b"
>
<image
v-if=
"ChooseidentityId == 2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/choice_g.png"
></image>
</view>
</view>
</view>
</view>
<view
class=
"company-auth"
style=
"margin-top: 180rpx;"
>
<view
class=
"item"
v-for=
"(x,i) in companyTypes"
@
click=
"()=>ChooseidentityId=x.id"
:key=
"i"
:class=
"
{'active':ChooseidentityId==x.id}" :style="{borderColor:ChooseidentityId==x.id?mainColor:'#E1E2E3'}">
<view
class=
"type-name"
>
{{
x
.
name
}}
</view>
<image
:src=
"x.image"
mode=
"widthFix"
></image>
</view>
</view>
</view>
<view
class=
"stepItem"
v-if=
"step == 3"
style=
"padding-bottom: 0"
>
<view
v-if=
"ChooseidentityId == 1"
>
<brandInformation
ref=
"brandinfo"
:datas=
"dataOne"
></brandInformation>
...
...
@@ -196,8 +154,8 @@
</view>
<view
v-if=
"step != 3"
>
<view
class=
"butBox"
@
click=
"nextStep"
>
<image
:src=
"nextIcon
"
class=
"next"
mode=
"widthFix"
></image>
<view
class=
"butBox"
@
click=
"nextStep"
:style=
"
{background:mainColor,boxShadow:`0rpx 4rpx 40rpx 0rpx ${mainColor}94`}"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638696208109196782.png"
style=
"width:40%
"
class=
"next"
mode=
"widthFix"
></image>
</view>
</view>
</view>
...
...
@@ -378,6 +336,13 @@ export default {
nowStatus
:
1
,
//此时的状态
loading
:
false
,
editType
:
0
,
//是否是从修改进入的 1是 0否
mainColor
:
''
,
companyTypes
:[
{
name
:
'商业'
,
image
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638696228042986140.png'
,
id
:
2
},
{
name
:
'品牌'
,
image
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638696228042995981.png'
,
id
:
1
},
{
name
:
'企业'
,
image
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638696228219050268.png'
,
id
:
3
},
{
name
:
'楼宇'
,
image
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638696228045398333.png'
,
id
:
4
},
]
};
},
methods
:
{
...
...
@@ -704,6 +669,7 @@ export default {
mounted
()
{
// this.getCustomerTypeEnumList()
// this.GetProjectTypeEnumList()
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
this
.
getAccess_token
();
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
...
...
@@ -1022,4 +988,46 @@ export default {
color
:
#f70027
;
}
}
/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face
{
font-family
:
"ali-item-title"
;
src
:
url("//at.alicdn.com/wf/webfont/MQHUV6e56ce5/XADjkS2Snr1Y.woff2")
format
(
"woff2"
)
,
url("//at.alicdn.com/wf/webfont/MQHUV6e56ce5/yACEEadsH9Us.woff")
format
(
"woff"
);
font-display
:
swap
;
}
.company-auth
{
font-family
:
'ali-item-title'
;
width
:
90%
;
margin
:
0
auto
;
display
:
flex
;
flex-wrap
:
wrap
;
}
.company-auth
.item
{
width
:
calc
(
50%
-
20px
);
margin-right
:
20px
;
padding
:
20px
;
border
:
3px
solid
#e1e2e3
;
border-radius
:
10px
;
color
:
#e1e2e3
;
text-align
:
center
;
margin-bottom
:
20px
;
font-weight
:
bold
;
}
.company-auth
.item
.type-name
{
text-align
:
center
;
font-size
:
36rpx
;
margin-bottom
:
20rpx
;
}
.company-auth
.item
image
{
opacity
:
30%
;
width
:
70rpx
;
max-height
:
70rpx
;
}
.company-auth
.item.active
{
color
:
#000
;
}
.company-auth
.item.active
image
{
opacity
:
unset
;
}
</
style
>
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