|  | @@ -854,7 +854,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                  required
 | 
	
		
			
				|  |  |                  inputAlign="right"
 | 
	
		
			
				|  |  |                  label="所在地区"
 | 
	
		
			
				|  |  | -                placeholder="请选择所在地区"
 | 
	
		
			
				|  |  | +                placeholder="请选择地区"
 | 
	
		
			
				|  |  |                  isLink={forms.isRegister !== 'update'}
 | 
	
		
			
				|  |  |                  readonly
 | 
	
		
			
				|  |  |                  clickable={false}
 | 
	
	
		
			
				|  | @@ -870,7 +870,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                  required
 | 
	
		
			
				|  |  |                  inputAlign="right"
 | 
	
		
			
				|  |  |                  label="互通学校"
 | 
	
		
			
				|  |  | -                placeholder="请选择互通学校"
 | 
	
		
			
				|  |  | +                placeholder="请选择学校"
 | 
	
		
			
				|  |  |                  isLink={forms.isRegister !== 'update'}
 | 
	
		
			
				|  |  |                  readonly
 | 
	
		
			
				|  |  |                  clickable={false}
 | 
	
	
		
			
				|  | @@ -951,7 +951,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                    required
 | 
	
		
			
				|  |  |                    inputAlign="right"
 | 
	
		
			
				|  |  |                    label="互通码"
 | 
	
		
			
				|  |  | -                  placeholder="请选择互通码"
 | 
	
		
			
				|  |  | +                  placeholder="请输入互通码"
 | 
	
		
			
				|  |  |                    autocomplete="off"
 | 
	
		
			
				|  |  |                    v-model={forms.activationCode}
 | 
	
		
			
				|  |  |                  />
 | 
	
	
		
			
				|  | @@ -1335,7 +1335,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                  border={false}
 | 
	
		
			
				|  |  |                  title="所在班级"
 | 
	
		
			
				|  |  |                  value={forms.currentClassText}></Cell>
 | 
	
		
			
				|  |  | -              {route.query.code && (
 | 
	
		
			
				|  |  | +              {!route.query.code && (
 | 
	
		
			
				|  |  |                  <Cell
 | 
	
		
			
				|  |  |                    border={false}
 | 
	
		
			
				|  |  |                    title="互通码"
 | 
	
	
		
			
				|  | @@ -1354,7 +1354,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                  block
 | 
	
		
			
				|  |  |                  disabled={forms.submitLoading}
 | 
	
		
			
				|  |  |                  loading={forms.submitLoading}
 | 
	
		
			
				|  |  | -                color="linear-gradient( 305deg, #40C8FF 0%, #3192FF 100%)"
 | 
	
		
			
				|  |  | +                color="linear-gradient( 305deg, #3192FF 0%, #40C8FF 100%)"
 | 
	
		
			
				|  |  |                  onClick={() => {
 | 
	
		
			
				|  |  |                    forms.showConfirmPopup = false;
 | 
	
		
			
				|  |  |                    onSubmit();
 | 
	
	
		
			
				|  | @@ -1375,7 +1375,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              type={forms.reslutPopupType}
 | 
	
		
			
				|  |  |              btnText={
 | 
	
		
			
				|  |  |                forms.reslutPopupType === 'ACTIVATING'
 | 
	
		
			
				|  |  | -                ? '立即下载激活码'
 | 
	
		
			
				|  |  | +                ? '立即下载激活'
 | 
	
		
			
				|  |  |                  : '我知道了'
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              onConfirm={() => {
 | 
	
	
		
			
				|  | @@ -1395,10 +1395,14 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              )}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              {forms.reslutPopupType === 'CANCELLED' && (
 | 
	
		
			
				|  |  | -              <p style={{ textAlign: 'center' }}>{forms.resultPopupContent}</p>
 | 
	
		
			
				|  |  | +              <p style={{ textAlign: 'center', paddingTop: '5px' }}>
 | 
	
		
			
				|  |  | +                {forms.resultPopupContent}
 | 
	
		
			
				|  |  | +              </p>
 | 
	
		
			
				|  |  |              )}
 | 
	
		
			
				|  |  |              {forms.reslutPopupType === 'EXPIRED' && (
 | 
	
		
			
				|  |  | -              <p style={{ textAlign: 'center' }}>{forms.resultPopupContent}</p>
 | 
	
		
			
				|  |  | +              <p style={{ textAlign: 'center', paddingTop: '5px' }}>
 | 
	
		
			
				|  |  | +                {forms.resultPopupContent}
 | 
	
		
			
				|  |  | +              </p>
 | 
	
		
			
				|  |  |              )}
 | 
	
		
			
				|  |  |            </CodeDialog>
 | 
	
		
			
				|  |  |          </Popup>
 |