Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ionic framework 离子选择不显示在浏览器上_Ionic Framework_Ionic4_Ion Select - Fatal编程技术网

Ionic framework 离子选择不显示在浏览器上

Ionic framework 离子选择不显示在浏览器上,ionic-framework,ionic4,ion-select,Ionic Framework,Ionic4,Ion Select,我试图创建一个离子选择来选择一个地方显示更多信息 因此,我创建了以下代码: 放置 {{place}} foundedPlaces是以下对象的数组: {placeid:number,name:string} 在浏览器中,我只看到一个小的向下箭头,但如果我单击它,它将不起作用 我还尝试使用ionic文档中的以下代码: 性别 女性 男性 但这里也有同样的问题 我希望任何人都知道出了什么问题 编辑: 以下是我的爱奥尼亚秀的输出: Ionic: ionic (Ionic CLI)

我试图创建一个离子选择来选择一个地方显示更多信息

因此,我创建了以下代码:


放置
{{place}}
foundedPlaces是以下对象的数组:

{placeid:number,name:string}
在浏览器中,我只看到一个小的向下箭头,但如果我单击它,它将不起作用

我还尝试使用ionic文档中的以下代码:


性别
女性
男性
但这里也有同样的问题

我希望任何人都知道出了什么问题

编辑: 以下是我的爱奥尼亚秀的输出:

Ionic:

   ionic (Ionic CLI)             : 4.12.0 (C:\Users\KreLou\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework               : @ionic/angular 4.0.0-rc.1
   @angular-devkit/build-angular : 0.12.2
   @angular-devkit/schematics    : 7.1.4
   @angular/cli                  : 7.1.4
   @ionic/angular-toolkit        : 1.2.2

System:

   NodeJS : v10.13.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.4.1
   OS     : Windows 10

你能显示离子信息吗?(在命令提示符中输入)@IanPreglo我把它添加到问题中了。