tijiao
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/component/text/text.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/text/text.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view><page-head vue-id="bd723a9c-1" title="{{title}}" bind:__l="__l"></page-head><view class="uni-padding-wrap uni-common-mt"><view class="text-box" scroll-y="true"><text>{{text}}</text></view><view class="uni-btn-v"><button type="primary" disabled="{{!canAdd}}" data-event-opts="{{[['tap',[['add',['$event']]]]]}}" bindtap="__e">add line</button><button type="warn" disabled="{{!canRemove}}" data-event-opts="{{[['tap',[['remove',['$event']]]]]}}" bindtap="__e">remove line</button></view></view></view>
|
||||
Reference in New Issue
Block a user