@ -1195,6 +1195,9 @@ const options = [{
children: [{
value: "太原",
label: '太原'
},{
value: "吕梁",
label: '吕梁'
value: '长治',
label: '长治'
@ -36,6 +36,12 @@ class Live extends Component{
</a>
<a href="https://www.douyu.com/special/guide/anchor" target="_blank" className="color-blue ml20">(简明手册)</a>
</li>
<li>
<a href="https://lenovo325000.d17.cc/" target="_blank"><img alt="" src={WeiBaiTong} className="mr8" width="28px"/>
<label className="color-grey-3 pointer">威佰通</label>
<a href="https://www.educoder.net/forums/3734" target="_blank" className="color-blue ml20">(简明手册)</a>
</ul>
{
lives && lives.length > 0 ?
@ -9,8 +9,7 @@ import axios from 'axios';
const { TextArea } = Input;
const { Option } = Select;
// ,'威佰通'
const array=['腾讯课堂','B站','斗鱼'];
const array=['腾讯课堂','B站','斗鱼','威佰通'];
function range(start, end) {
const result = [];
@ -162,7 +162,7 @@
margin-bottom: 10px;
}
.platform > li{
margin-right: 80px;
margin-right: 50px;
display: flex;
align-items: center;