first add files
This commit is contained in:
1
ProjectLiaisonForm/pages/picker/skyline/picker.d.ts
vendored
Normal file
1
ProjectLiaisonForm/pages/picker/skyline/picker.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ProjectLiaisonForm/pages/picker/skyline/picker.js
Normal file
1
ProjectLiaisonForm/pages/picker/skyline/picker.js
Normal file
@@ -0,0 +1 @@
|
||||
Page({});
|
||||
12
ProjectLiaisonForm/pages/picker/skyline/picker.json
Normal file
12
ProjectLiaisonForm/pages/picker/skyline/picker.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"navigationStyle": "custom",
|
||||
"renderer": "skyline",
|
||||
"componentFramework": "glass-easel",
|
||||
"usingComponents": {
|
||||
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
||||
"base": "../base",
|
||||
"with-title": "../with-title",
|
||||
"area": "../area",
|
||||
"without-popup": "../without-popup"
|
||||
}
|
||||
}
|
||||
19
ProjectLiaisonForm/pages/picker/skyline/picker.wxml
Normal file
19
ProjectLiaisonForm/pages/picker/skyline/picker.wxml
Normal file
@@ -0,0 +1,19 @@
|
||||
<view class="skyline">
|
||||
<t-navbar title="Picker" leftArrow />
|
||||
<scroll-view scroll-y type="list" class="scroll-view">
|
||||
<view class="area-picker-demo">
|
||||
<view class="demo-title">Picker 选择器</view>
|
||||
<view class="demo-desc">用于一组预设数据中的选择。</view>
|
||||
<t-demo title="01 组件类型" desc="基础选择器">
|
||||
<base />
|
||||
<area />
|
||||
</t-demo>
|
||||
<t-demo title="02 组件样式" desc="是否带标题">
|
||||
<with-title />
|
||||
</t-demo>
|
||||
<t-demo desc="不使用 Popup">
|
||||
<without-popup />
|
||||
</t-demo>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
0
ProjectLiaisonForm/pages/picker/skyline/picker.wxss
Normal file
0
ProjectLiaisonForm/pages/picker/skyline/picker.wxss
Normal file
Reference in New Issue
Block a user