报表申报智能运输页面完成
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
</uv-form-item>
|
||||
<uv-form-item label="验证码" prop="userInfo.code" v-if="captchaEnabled" borderBottom>
|
||||
<uv-input v-model="formModel.userInfo.code" border="none" placeholder="请输入验证码" />
|
||||
<uv-image :src="codeUrl" @click="getCode" width="200rpx" height="70rpx"></uv-image>
|
||||
<uv-image :src="codeUrl" @tap="getCode" width="200rpx" height="70rpx"></uv-image>
|
||||
</uv-form-item>
|
||||
<uv-button type="primary" size="large" text="登 录" shape="circle" color="#199793" customStyle="margin-top: 50px"
|
||||
@click="submit"></uv-button>
|
||||
@tap="submit"></uv-button>
|
||||
</uv-form>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user