1 line
901 B
Plaintext
1 line
901 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="/static/ic_back.png" bindtap="{{a}}" style="width:48rpx;height:48rpx" mode=""></image></view><text style="font-size:30rpx">{{b}}</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="{{c}}" src="{{d}}" style="width:100%" mode="widthFix" binderror="{{e}}"></image><view wx:else class="center" style="width:100%;height:400rpx;background-color:#f5f5f5"><text style="color:#999">{{f}}</text></view></view><view class="center" bindtap="{{h}}" style="width:600rpx;height:92rpx;background-color:#1DB6D1;position:fixed;bottom:54rpx;border-radius:10rpx;font-size:32rpx;color:white">{{g}}</view></view> |