Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
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
fengzhaoyu
schedule
Commits
f1a6450b
Commit
f1a6450b
authored
4 years ago
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
4004ae8e
456a758f
release/dev/2.1.0
…
release/2.1.0
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
config.js
config.js
+1
-1
index.axml
template/avater/index.axml
+2
-3
No files found.
config.js
View file @
f1a6450b
export
const
globalUrl
=
"https://gateway-ding.mingwork.com"
;
export
const
globalUrl
=
"https://gateway-ding.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication.mingwork.com"
;
export
const
version
=
0.04
2
;
export
const
version
=
0.04
3
;
export
const
websocketUrl
=
'wss://gateway-ding.mingwork.com'
;
export
const
websocketUrl
=
'wss://gateway-ding.mingwork.com'
;
This diff is collapsed.
Click to expand it.
template/avater/index.axml
View file @
f1a6450b
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<template name="avater">
<template name="avater">
<view class="avater">
<view class="avater">
<image a:if="{{item.avatar}}" mode="scaleToFill" src="{{item.avatar}}" />
<image a:if="{{item.avatar}}" mode="scaleToFill" src="{{item.avatar}}" />
<text a:if="{{item.username}}">{{item.username.slice(0, split || 2)}}
<text a:else>{{(item.username || item.name).slice(0, split || 2)}}
</text>
<text a:else>{{item.name.slice(0, split || 2)}}
</text>
</text>
</view>
</view>
</template>
</template>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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