Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
5eb368d9
Commit
5eb368d9
authored
Mar 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
929f206a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
userHeader.vue
pages/user-center/components/userHeader.vue
+5
-1
vipUserHeader.vue
pages/user-center/components/vipUserHeader.vue
+3
-1
No files found.
pages/user-center/components/userHeader.vue
View file @
5eb368d9
...
...
@@ -20,7 +20,11 @@
立即登录
</text>
<text
class=
"userHeadPicR_text"
v-if=
"(statistics.saleList&&statistics.saleList.length>0)||(b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName)"
>
<!-- #ifdef MP-DI -->
销售:
{{
b2b_user_info
.
salesBaseInfo
.
emName
}}
<!-- #endif -->
<!-- #ifdef MP-DI -->
<template
v-if=
"b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName"
>
销售:
{{
b2b_user_info
.
salesBaseInfo
.
emName
}}
</
template
>
<!-- #endif -->
<!-- #ifdef MP-AG -->
销售:{{ statistics.saleList[0].saleName }}
<
template
v-if=
"statistics.saleList.length>1"
>
等
{{
statistics
.
saleList
.
length
}}
位
</
template
>
<!-- #endif -->
</text>
</view>
...
...
pages/user-center/components/vipUserHeader.vue
View file @
5eb368d9
...
...
@@ -31,7 +31,9 @@
<
template
v-if=
"mall_UserInfo&&mall_UserInfo.Name"
>
{{
mall_UserInfo
.
Name
}}
</
template
>
</view>
<view
class=
"userHeadInfo_text"
v-if=
"(statistics.saleList&&statistics.saleList.length>0)||(b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName)"
>
<!-- #ifdef MP-DI -->
销售:{{ b2b_user_info.salesBaseInfo.emName }}
<!-- #endif -->
<!-- #ifdef MP-DI -->
<
template
v-if=
"b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName"
>
销售:
{{
b2b_user_info
.
salesBaseInfo
.
emName
}}
</
template
>
<!-- #endif -->
<!-- #ifdef MP-AG -->
销售:{{ statistics.saleList[0].saleName }}
<
template
v-if=
"statistics.saleList.length>1"
>
等
{{
statistics
.
saleList
.
length
}}
位
</
template
>
<!-- #endif -->
</view>
<image
class=
"userHeadInfo_vip"
mode=
"aspectFit"
...
...
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