Commit 6f409f64 authored by wildfirecode13's avatar wildfirecode13

1

parent ba41c1ed
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
'use strict';
import React, { Component } from 'react';
import resList from '../../resconfig/resList';
//import API from '../../api';
import './sign_bg.less';
class Sign_bg extends Component {
constructor(props) {
super(props);
this.state = { resList: resList };
}
render() {
return (
<img
className="sign_bg "
uuid="7de02551-ca13-4c6b-91cf-aeae63c9a2d9"
src={this.state.resList['a9abfe3b-6946-446b-b961-2a9a88a2620b'].url}
/>
);
}
}
export default Sign_bg;
.sign_bg {
width: 609px;
height: 936px;
left: 71px;
top: 291px;
position: absolute;
}
This diff is collapsed.
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 to comment