react_hsbc_teller 0.7.6 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/foot/foot.jsx +1 -1
- package/packages/pages/video/video.jsx +327 -286
- package/packages/pages/video/video.less +2 -2
package/package.json
CHANGED
|
@@ -110,7 +110,7 @@ export default class foot extends Component {
|
|
|
110
110
|
item == 'INVITE' && <div className="one" onClick={this.invitationClick.bind(this)}>
|
|
111
111
|
<img className="imgClass" src={require("../../assets/img/icon_invitation.png").default} alt="" />
|
|
112
112
|
<div className="text">
|
|
113
|
-
|
|
113
|
+
会议邀请
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
}
|