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
441623c9
Commit
441623c9
authored
Nov 19, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复安卓图标不显示,头像不显示
parent
4bd59542
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
login.js
api/login.js
+0
-1
config.js
config.js
+1
-1
iconfont.acss
fonts/iconfont.acss
+0
-0
index.axml
template/avater/index.axml
+2
-0
No files found.
api/login.js
View file @
441623c9
...
...
@@ -21,7 +21,6 @@ export default async function login() {
method
:
'POST'
,
dataType
:
'json'
,
success
:
function
(
res
)
{
console
.
log
(
res
)
if
(
res
.
data
.
code
==
0
)
{
const
{
oapiUser
}
=
res
.
data
.
data
;
getApp
().
globalData
.
token
=
res
.
data
.
data
.
accessToken
.
access_token
;
...
...
config.js
View file @
441623c9
export
const
globalUrl
=
"https://gateway-beta.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication.mingwork.com"
;
export
const
version
=
0.031
7
;
export
const
version
=
0.031
8
;
export
const
websocketUrl
=
'ws://139.196.213.18:9999'
;
fonts/iconfont.acss
View file @
441623c9
This diff is collapsed.
Click to expand it.
template/avater/index.axml
View file @
441623c9
...
...
@@ -2,6 +2,8 @@
<template name="avater">
<view class="avater">
<image a:if="{{item.avatar}}" mode="scaleToFill" src="{{item.avatar}}" />
<text a:if="{{item.username}}">{{item.username.slice(0, split || 2)}}
</text>
<text a:else>{{item.name.slice(0, split || 2)}}
</text>
</view>
...
...
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