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