|
@@ -76,19 +76,11 @@ class BigScreen extends React.Component {
|
|
|
return;
|
|
|
}
|
|
|
cache = JSON.parse(cache);
|
|
|
- Toast.show({
|
|
|
- duration: 3000,
|
|
|
- content: '获取接口数据' + cache.room[0],
|
|
|
- });
|
|
|
React.$fetchPost('04150031', {
|
|
|
params: [{
|
|
|
locID: cache.room[0],
|
|
|
}],
|
|
|
}, true).then((data) => {
|
|
|
- Toast.show({
|
|
|
- duration: 10000,
|
|
|
- content: '获取数据成功' + data.result.length + '条',
|
|
|
- });
|
|
|
// data = {
|
|
|
// 'errorCode': 0,
|
|
|
// 'errorMessage': '成功',
|