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
a447f995
authored
Nov 29, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
346bfbd9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
7 deletions
+13
-7
src/common/index.ts
+4
-4
src/pages/home/device/group_list/index.tsx
+1
-1
src/pages/home/device/shop_list/index.scss
+1
-0
src/pages/home/tempaltes/detail.tsx
+5
-1
src/pages/home/tempaltes/scss/detail.scss
+2
-1
No files found.
src/common/index.ts
View file @
a447f995
export
const
FETCH_TIME_OUT
=
5000
//
export const BASE_URL = 'https://server.bdideal.com'
//
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
BASE_URL
=
'https://server.bdideal.com'
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'
/** 蓝牙的服务 uuid */
export
const
BLE_SERVICE_ID
=
'000088A0-0000-1000-8000-00805F9B34FB'
...
...
src/pages/home/device/group_list/index.tsx
View file @
a447f995
...
...
@@ -190,7 +190,7 @@ class DeviceGroup extends Component {
render
()
{
const
{
count
,
height
}
=
this
.
props
const
{
showModal
,
temp
,
list
}
=
this
.
state
let
name
=
temp
&&
temp
.
equipmentGroup
Name
?
'设备组信息
'
:
'新建设备组'
let
name
=
temp
&&
temp
.
equipmentGroup
Id
?
'编辑名称
'
:
'新建设备组'
return
(
<
View
className=
"device-list"
>
<
ListView
...
...
src/pages/home/device/shop_list/index.scss
View file @
a447f995
...
...
@@ -4,6 +4,7 @@
width
:
100%
;
height
:
100%
;
position
:
relative
;
background-color
:
#fff
;
&
-add-btn
{
right
:
80px
;
...
...
src/pages/home/tempaltes/detail.tsx
View file @
a447f995
...
...
@@ -175,7 +175,11 @@ class TempDetail extends Component {
</
ListView
>
)
}
</
View
>
<
Button
type=
"primary"
className=
"temp-detail-bottom-btn"
onClick=
{
this
.
createFilm
}
>
<
Button
type=
"primary"
className=
"temp-detail-bottom-btn bottom-btn"
onClick=
{
this
.
createFilm
}
>
创建作品
</
Button
>
{
showModal
?
(
...
...
src/pages/home/tempaltes/scss/detail.scss
View file @
a447f995
@import
'@styles/var.scss'
;
@import
'@styles/common.scss'
;
.temp-detail
{
width
:
100%
;
...
...
@@ -41,7 +42,7 @@
height
:
90px
;
border-radius
:
0
;
position
:
absolute
;
background-color
:
$primary-color
;
background-color
:
#ff9110
!
important
;
}
}
...
...
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