- <view class="{{botBorder ? 'My_inform_box_botBorder' : 'My_inform_box'}}" style="margin-top: {{marginTop}}rpx;">
- <view class="My_inform_row">
- <view class="title">{{title}}
- <image class="title_img" wx:if="{{titleImg.length}}" src="{{titleImg}}" mode="heightFix"></image>
- </view>
- <view class="but-r" bindtap="butClick">{{Rbut}}
- <van-icon wx:if="{{showIcon}}" name="{{IconName}}" />
- </view>
- </view>
- <slot></slot>
- </view>
|