Skip to content

Commit db32973

Browse files
committed
fix: 支付宝小程序 Toast 类型 隐藏自定义图片 | 监听加速度界面 信息区域显示不全问题
1 parent 5926447 commit db32973

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pages/API/on-accelerometer-change/on-accelerometer-change.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<button type="primary" @tap="stopAcce">停止监听设备的加速度变化</button>
1313
</view>
1414
<view class="uni-textarea uni-common-mt">
15-
<textarea :value="value" />
15+
<textarea :value="value" auto-height="true"/>
1616
</view>
1717
</view>
1818
</view>

pages/API/toast/toast.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<button type="default" @tap="toast1Tap">点击弹出默认toast</button>
77
<button type="default" @tap="toast2Tap">点击弹出设置duration的toast</button>
88
<button type="default" @tap="toast3Tap">点击弹出显示loading的toast</button>
9+
<!-- #ifndef MP-ALIPAY -->
910
<button type="default" @tap="toast4Tap">点击弹出显示自定义图片的toast</button>
11+
<!-- #endif -->
1012
<!-- #ifdef APP-PLUS -->
1113
<button type="default" @tap="toast5Tap">点击显示无图标的居底toast</button>
1214
<!-- #endif -->

0 commit comments

Comments
 (0)