Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
990201a2
Commit
990201a2
authored
Jun 30, 2023
by
郑娟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:消息数量提醒
parent
5a28f929
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
uat.env.js
config/uat.env.js
+1
-1
my-contract.vue
src/pages/contractCreate/my-contract.vue
+1
-1
message-list.vue
src/pages/messageCenter/message-list.vue
+1
-0
No files found.
config/uat.env.js
View file @
990201a2
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"4.2.
2
"'
currentVersion
:
'"4.2.
4
"'
}
src/pages/contractCreate/my-contract.vue
View file @
990201a2
...
...
@@ -18,7 +18,7 @@
<img
src=
"@/assets/myInfo/contractCreate.png"
>
<span>
融租方案创建
</span>
</div>
<div
v-if=
"['TENANT', 'GUTA'].includes(user_bp_type)"
class=
"contract-item"
@
click=
"goSign()"
>
<div
v-if=
"['TENANT', 'GUTA'
, 'AGENT'
].includes(user_bp_type)"
class=
"contract-item"
@
click=
"goSign()"
>
<p
v-if=
"signCount > 0"
:class=
"
{'content-wrap-class-width':signCount > 99, 'content-wrap-class':signCount
<
99
}"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</p>
<img
src=
"@/assets/myInfo/unSign.png"
>
<span>
融租方案确认
</span>
...
...
src/pages/messageCenter/message-list.vue
View file @
990201a2
...
...
@@ -125,6 +125,7 @@ export default {
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
list
=
[]
vm
.
pagenum
=
1
vm
.
getInfo
()
}
...
...
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