7 lines
294 B
Plaintext
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" /> |