first add files
This commit is contained in:
22
ProjectLiaisonForm/pages/popup/base/index.wxml
Normal file
22
ProjectLiaisonForm/pages/popup/base/index.wxml
Normal file
@@ -0,0 +1,22 @@
|
||||
<t-popup
|
||||
visible="{{visible}}"
|
||||
usingCustomNavbar
|
||||
bind:visible-change="onVisibleChange"
|
||||
placement="{{cur.value || 'top'}}"
|
||||
>
|
||||
<view class="block block--{{cur.value}}">{{cur.text}}</view>
|
||||
</t-popup>
|
||||
|
||||
<t-button
|
||||
wx:for="{{position}}"
|
||||
wx:key="index"
|
||||
block
|
||||
size="large"
|
||||
variant="outline"
|
||||
theme="primary"
|
||||
bind:tap="handlePopup"
|
||||
data-item="{{item}}"
|
||||
t-class="wrapper"
|
||||
>
|
||||
{{item.text}}
|
||||
</t-button>
|
||||
Reference in New Issue
Block a user