Commit c9fdd10709c21fd05eafdc3a546ac51a10b7795e
1 parent
1bd39260
非分销会员图片
Showing
2 changed files
with
9 additions
and
1 deletions
pages/distribution/distribution.wxml
| @@ -74,7 +74,10 @@ | @@ -74,7 +74,10 @@ | ||
| 74 | <view class="popup" wx:if="{{!data.is_distribut}}"> | 74 | <view class="popup" wx:if="{{!data.is_distribut}}"> |
| 75 | <block wx:if="{{msg}}"> | 75 | <block wx:if="{{msg}}"> |
| 76 | <view class="t-c pd20 title">提示<text class="iconfont icon-close" bindtap="goto" data-url="/pages/user/index/index"></text></view> | 76 | <view class="t-c pd20 title">提示<text class="iconfont icon-close" bindtap="goto" data-url="/pages/user/index/index"></text></view> |
| 77 | - <view class="t-c pd20">{{msg}}</view> | 77 | + <view class="t-c pd20"> |
| 78 | + <image src="{{imghost + 'miniapp/images/user/nodistribut.png'}}" class="img"/> | ||
| 79 | + <view class="fs28 pdt40">{{msg}}</view> | ||
| 80 | + </view> | ||
| 78 | </block> | 81 | </block> |
| 79 | <block wx:else> | 82 | <block wx:else> |
| 80 | <view class="t-c pd20 title">分销规则说明<text class="iconfont icon-close" bindtap="goto" data-url="/pages/user/index/index"></text></view> | 83 | <view class="t-c pd20 title">分销规则说明<text class="iconfont icon-close" bindtap="goto" data-url="/pages/user/index/index"></text></view> |
pages/distribution/distribution.wxss
| @@ -223,4 +223,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { | @@ -223,4 +223,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { | ||
| 223 | justify-content: space-between; | 223 | justify-content: space-between; |
| 224 | } | 224 | } |
| 225 | 225 | ||
| 226 | +.img { | ||
| 227 | + width: 400rpx; | ||
| 228 | + height: 400rpx; | ||
| 229 | +} | ||
| 230 | + | ||
| 226 | 231 |