Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client-taro
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
638f1714
authored
Dec 13, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
f183c5c2
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
3 deletions
+18
-3
project.config.json
+1
-1
src/app.scss
+1
-0
src/assets/styles/var.scss
+10
-0
src/common/index.ts
+1
-0
src/pages/home/tempaltes/film_detail.tsx
+1
-1
src/pages/home/user/index.scss
+3
-0
src/pages/home/user/index.tsx
+1
-1
No files found.
project.config.json
View file @
638f1714
...
...
@@ -4,7 +4,7 @@
"description"
:
""
,
"appid"
:
"wx9dd4033f37a9fa9f"
,
"setting"
:
{
"urlCheck"
:
tru
e
,
"urlCheck"
:
fals
e
,
"es6"
:
false
,
"postcss"
:
false
,
"minified"
:
false
,
...
...
src/app.scss
View file @
638f1714
...
...
@@ -7,6 +7,7 @@
page
{
width
:
100%
;
height
:
100%
;
font-family
:
PingFang
,
PingFang
SC
,
Source
Han
Sans
CN
,
noto
sans
;
}
.at-tabs
.at-tabs__item
{
...
...
src/assets/styles/var.scss
View file @
638f1714
...
...
@@ -30,6 +30,16 @@ $primary-text-color: #333;
}
@font-face
{
font-family
:
PingFang
;
src
:
url(https://visual-clouds.bdideal.com/html/156170435921582b04ee33fce4589808130a0b0d0e8e1.ttf)
format
(
'truetype'
);
}
@font-face
{
font-family
:
PingFang
SC
;
src
:
url(https://visual-clouds.bdideal.com/html/156170435921582b04ee33fce4589808130a0b0d0e8e1.ttf)
;
}
@font-face
{
font-family
:
'DIN-Condensed'
;
src
:
url(https://visual-clouds.bdideal.com/html/156394962402878b178ab4088494e9df36c49ec944add.ttf)
format
(
'truetype'
)
,
url('DINCondensed-Bold.ttf')
format
(
'truetype'
);
font-weight
:
bold
;
...
...
src/common/index.ts
View file @
638f1714
...
...
@@ -3,6 +3,7 @@ export const FETCH_TIME_OUT = 5000
// export const WEBVIEW_URL = 'https://visual.bdideal.com'
export
const
BASE_URL
=
'https://dev-server.bdideal.com'
export
const
WEBVIEW_URL
=
'https://dev-visual.bdideal.com'
// export const WEBVIEW_URL = 'http://127.0.0.1:8080'
/** 蓝牙的服务 uuid */
export
const
BLE_SERVICE_ID
=
'000088A0-0000-1000-8000-00805F9B34FB'
...
...
src/pages/home/tempaltes/film_detail.tsx
View file @
638f1714
...
...
@@ -224,7 +224,7 @@ class FilmDetail extends Component {
<
WebView
src=
{
`${WEBVIEW_URL}/tempaltes/edit?${
templateId ? 'templateId=' + templateId : 'filmId=' + filmId
}&token=${token.getToken()}&t=${Date.now()}`
}
}&token=${token.getToken()}&t=${Date.now()}
#wechat_redirect
`
}
onLoad=
{
()
=>
{
this
.
webviewLoad
()
}
}
...
...
src/pages/home/user/index.scss
View file @
638f1714
...
...
@@ -34,6 +34,8 @@
color
:
#fff
;
letter-spacing
:
0
.43px
;
vertical-align
:
middle
;
display
:
flex
;
align-items
:
center
;
}
.vip-icon
{
...
...
@@ -46,6 +48,7 @@
&
-vip
{
// padding-left: 20px;
margin-top
:
10px
;
background
:
rgba
(
254
,
74
,
26
,
1
);
border-radius
:
22px
;
display
:
inline-block
;
...
...
src/pages/home/user/index.tsx
View file @
638f1714
...
...
@@ -86,7 +86,7 @@ class User extends Component {
<
View
className=
"user-top-info-name"
>
<
View
className=
"user-top-info-phone"
>
{
userPhone
}
{
vipState
=
==
'DISABLE'
?
(
{
vipState
!
==
'DISABLE'
?
(
<
Image
mode=
"aspectFit"
className=
"vip-icon"
...
...
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