当前位置:网站首页>Zone d'entrée du formulaire ionic5 et boutons radio
Zone d'entrée du formulaire ionic5 et boutons radio
2022-06-23 09:08:00 【Kenick.】
Effets de la page

htmlDocumentation
<ion-list>
<div>
<ion-input type="text" value="" maxlength="30" placeholder="Veuillez entrer le numéro de téléphone cellulaire de distribution secondaire(Enregistré)" [(ngModel)]="phone"></ion-input>
</div>
<ion-radio-group [(ngModel)]="operate" >
<ion-list-header>
<ion-label>Veuillez cliquer sur les options ci - dessous:</ion-label>
</ion-list-header>
<ion-item>
<ion-label>Distribution autorisée</ion-label>
<ion-radio slot="start" value="1"></ion-radio>
</ion-item>
<ion-item>
<ion-label>Annulation de la distribution</ion-label>
<ion-radio slot="start" value="0"></ion-radio>
</ion-item>
</ion-radio-group>
</ion-list>tsDocumentation
export class DistributionPage implements OnInit {
public phone: any;
public operate:1;
constructor(
public router: Router,
public httpUtil: HttpUtil,
public commonService: CommonService,
public commonUtil: CommonUtil
) {
}
ngOnInit() {
}
ionViewWillEnter() {
}
grantSecondDistribution(){
console.trace("grantSecondDistribution.in,phone:"+this.phone+",operate:"+this.operate);
}
}边栏推荐
- 523. Continuous Subarray Sum
- [qnx hypervisor 2.2 user manual]5.6.1 silent device during guest shutdown
- Le rapport d'analyse de l'industrie chinoise des bases de données a été publié en juin. Le vent intelligent se lève, les colonnes se régénèrent
- Redis学习笔记—慢查询分析
- Restore the default routing settings of the primary network card
- 636. Exclusive Time of Functions
- 'coach, I want to play basketball!'—— AI Learning Series booklet for system students
- Fraction to recursing decimal
- 披萨订购设计----简单工厂模式
- Node request module cookie usage
猜你喜欢

'coach, I want to play basketball!'—— AI Learning Series booklet for system students
Redis学习笔记—发布订阅

通用分页(1)
【NanoPi2试用体验】裸机第一步

Community article | mosn building subset optimization ideas sharing

披萨订购设计----简单工厂模式

一个采用直接映射方式的32KB缓存......存储器课后习题

Simple student management

Basic process of code scanning login

Flink错误--Caused by: org.apache.calcite.sql.parser.SqlParseException: Encountered “time“
随机推荐
Custom tag - JSP tag Foundation
In June, China database industry analysis report was released! Smart wind, train storage and regeneration
Redis学习笔记—数据类型:哈希(hash)
设CPU有16根地址线,8根数据线,并用MREQ作为访存控制线号......存储器与CPU的连接
173. Binary Search Tree Iterator
Intelligent operation and maintenance exploration | anomaly detection method in cloud system
Best time to buy and sell stock
An idea of using keep alive to cache data in vue3 form pages
Restore the default routing settings of the primary network card
进入小公司的初级程序员要如何自我提高?
通用分页(1)
Leetcode topic analysis spiral matrix II
670. Maximum Swap
[advanced Android] kotlin notes
Structure binary tree from preorder and inorder traversal for leetcode topic analysis
1、 Software architecture evaluation
What exactly is RT?
瞄准海外宠物市场,「Grasphand 」做了一款独立于手机的智能追踪产品 | 早期项目
Geoserver添加mongoDB数据源
点击添加下拉框