Commit c9fdd10709c21fd05eafdc3a546ac51a10b7795e
1 parent
1bd39260
非分销会员图片
Showing
2 changed files
with
9 additions
and
1 deletions
pages/distribution/distribution.wxml
... | ... | @@ -74,7 +74,10 @@ |
74 | 74 | <view class="popup" wx:if="{{!data.is_distribut}}"> |
75 | 75 | <block wx:if="{{msg}}"> |
76 | 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 | 81 | </block> |
79 | 82 | <block wx:else> |
80 | 83 | <view class="t-c pd20 title">分销规则说明<text class="iconfont icon-close" bindtap="goto" data-url="/pages/user/index/index"></text></view> | ... | ... |