11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
<!--packageE/backup/backup.wxml-->
|
|
<view class="component-wrapper {{'component-'+component_id}}" style="position: relative" >
|
|
<!--回到顶部静态-->
|
|
<view class="fixed-box" style="top: {{datas.over_top}}px; width: {{clientWidth}}px;right: 5px;">
|
|
<view class="btn" style="width: 40px; height: 40px;" catchtap="backup">
|
|
<image class="img" src="{{datas.icon_url || emptyImage}}" mode='aspectFit' />
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|