- <view class="container">
- <view>
- <text>条数阈值:</text>
- <input type="number" value="{{countThreshold}}" bindinput="updateCountThreshold" />
- </view>
- <view>
- <text>百分比阈值:</text>
- <input type="number" value="{{percentageThreshold}}" bindinput="updatePercentageThreshold" />
- </view>
- <button bindtap="saveSettings">保存</button>
- </view>
- <custom-tab-bar></custom-tab-bar>
|