Files
a_long/pages/dashouguize/dashouguize.wxml
2026-06-14 02:38:05 +08:00

13 lines
351 B
Plaintext

<!-- 打手规则页面 - 图片完整覆盖 -->
<view class="container" style="height:{{containerHeight}}px">
<image
src="{{ imageUrl }}"
mode="widthFix"
class="rule-image"
bindload="onImageLoad"
binderror="onImageError"
style="width:100%;height:auto"
></image>
</view>
<global-notification id="global-notification" />