ts_aimz/pages/index/index.wxml
2025-03-21 09:02:29 +08:00

7 lines
294 B
Plaintext

<!--index.wxml-->
<scroll-view class="scrollarea" scroll-y type="list">
<view class="container">
<button bind:tap="printInfo">格式化</button>
</view>
</scroll-view>
<ad-popup id="adPopup" imageUrl="{{adImageUrl}}" visible="{{isAdPopupVisible}}" bind:close="onAdPopupClose" />