|
@@ -263,7 +263,7 @@ const LoginContent = Form.create()(React.createClass({
|
|
|
{getFieldDecorator('agreement', {
|
|
|
valuePropName: 'checked',
|
|
|
})(
|
|
|
- <Checkbox>同意 <a onClick={() => { this.setState({ showDesc: true }); }}> 阿凡提会员服务协议条款</a></Checkbox>
|
|
|
+ <Checkbox>同意 <a onClick={() => { this.setState({ showDesc: true }); }}> 技淘网会员服务协议条款</a></Checkbox>
|
|
|
)}
|
|
|
</FormItem>
|
|
|
<FormItem {...tailFormItemLayout}>
|