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
4f046637
Commit
4f046637
authored
Mar 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
63adce8f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
identification.vue
pages/kotra/identification.vue
+3
-2
user-center.vue
pages/user-center/user-center.vue
+7
-4
No files found.
pages/kotra/identification.vue
View file @
4f046637
...
...
@@ -161,7 +161,7 @@
step
:
1
,
nextIcon
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/next.png"
,
percent
:
33.33
,
stepName
:
"企业基础资料"
,
stepName
:
"
第1步
企业基础资料"
,
nextSepName
:
"第2步"
,
// type=1:输入框,2:照片
stepOneList
:
[{
...
...
@@ -513,7 +513,8 @@
}
if
(
this
.
step
<=
3
)
{
if
(
this
.
step
==
1
)
{
if
(
this
.
dataOne
.
CompanyStatus
==
2
||
undefined
||
""
)
{
//审核中或审核通过就不提交请求
if
(
this
.
dataOne
.
CompanyStatus
!=
0
||
this
.
dataOne
.
CompanyStatus
!=
1
)
{
this
.
stepOne
()
}
else
{
this
.
stepName
=
"第2步 品牌信息"
...
...
pages/user-center/user-center.vue
View file @
4f046637
<
template
>
<scroll-view
:scroll-y=
"true"
@
scroll=
"scrollHandler"
@
scrolltoupper=
"scrollTopHandler"
style=
"height: 100vh;"
>
<view
class=
"userStyle"
v-if=
"meueData.user_center && meueData.user_center.is_ppenmiai==
0
"
:class=
"
{'dark':isCompany}">
<!-- 修改 -->
<view
class=
"userStyle"
v-if=
"meueData.user_center && meueData.user_center.is_ppenmiai==
1
"
:class=
"
{'dark':isCompany}">
<!-- 修改 -->
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
{
zIndex: scrollTop
<
10
?
'
unset
'
:
2
,
...
...
@@ -26,7 +26,7 @@
<!-- 公司认证状态 -->
</view>
<view
class=
"componyStatusBox"
@
click=
"goIdentification"
>
<view
class=
"componyStatusBox"
@
click=
"goIdentification"
v-if=
"is_show_korea==1"
>
<view
class=
"renzhen"
v-if=
"companyStatus==2 "
>
未认证
</view>
...
...
@@ -233,7 +233,8 @@
setting
:
{},
isCompany
:
true
,
//TODO 完成动态加载系统所属类型
companyStatus
:
2
,
companyName
:
""
companyName
:
""
,
is_show_korea
:
0
,
//是否显示认证标识
};
},
components
:
{
...
...
@@ -250,7 +251,7 @@
0
;
this
.
userinfo
();
this
.
setting
=
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
;
this
.
isCompany
=
uni
.
getStorageSync
(
"user_type"
)?
uni
.
getStorageSync
(
"user_type"
)
==
"company"
:
true
;
完成动态加载系统所属类型
this
.
isCompany
=
uni
.
getStorageSync
(
"user_type"
)?
uni
.
getStorageSync
(
"user_type"
)
==
"company"
:
true
;
//
完成动态加载系统所属类型
},
onLoad
()
{
this
.
navHeight
=
this
.
$navHeight
-
2
;
...
...
@@ -278,6 +279,8 @@
this
.
is_icon_members_grade
=
uni
.
getStorageSync
(
'basedata'
)
?
uni
.
getStorageSync
(
'basedata'
).
mall
.
setting
.
is_icon_members_grade
:
0
;
this
.
is_show_korea
=
uni
.
getStorageSync
(
'basedata'
)
?
uni
.
getStorageSync
(
'basedata'
).
mall
.
setting
.
is_show_korea
:
0
;
let
u
=
'/'
+
currentPages
[
currentPages
.
length
-
1
].
route
;
let
pages
=
wx
.
getStorageSync
(
'basedata'
)
?
wx
.
getStorageSync
(
'basedata'
).
bar_title
:
[];
uni
.
setNavigationBarTitle
({
...
...
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