1 line
887 B
Plaintext
1 line
887 B
Plaintext
<view class="content"><view class="row" style="width:100%;margin-top:100rpx;align-items:center;justify-content:space-between"><view class="center" style="width:50rpx;height:50rpx;margin-left:32rpx"><image src="{{a}}" bindtap="{{b}}" style="width:48rpx;height:48rpx" mode=""></image></view><text style="font-size:30rpx">{{c}}</text><view style="width:50rpx;margin-right:32rpx"></view></view><view class="" style="width:100%;flex:1;overflow-y:auto;margin-top:28rpx"><image wx:if="{{d}}" src="{{e}}" style="width:100%" mode="widthFix" binderror="{{f}}"></image><view wx:else class="center" style="width:100%;height:400rpx;background-color:#f5f5f5"><text style="color:#999">{{g}}</text></view></view><view class="center" bindtap="{{i}}" style="width:600rpx;height:92rpx;background-color:#1DB6D1;position:fixed;bottom:54rpx;border-radius:10rpx;font-size:32rpx;color:white">{{h}}</view></view> |