Commit a447f995 by hank

fix bug

parent 346bfbd9
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'
......
......@@ -190,7 +190,7 @@ class DeviceGroup extends Component {
render() {
const { count, height } = this.props
const { showModal, temp, list } = this.state
let name = temp && temp.equipmentGroupName ? '设备组信息' : '新建设备组'
let name = temp && temp.equipmentGroupId ? '编辑名称' : '新建设备组'
return (
<View className="device-list">
<ListView
......
......@@ -4,6 +4,7 @@
width: 100%;
height: 100%;
position: relative;
background-color: #fff;
&-add-btn {
right: 80px;
......
......@@ -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 ? (
......
@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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment