Commit 8a5ba5b91bc777fa6f958ccc51a19739061cbf17
1 parent
e9adb046
会员中心自定义模板
Showing
1 changed file
with
7 additions
and
2 deletions
components/diy_user_info/diy_user_info.wxml
| 1 | <view class="xc-user" > | 1 | <view class="xc-user" > |
| 2 | <view class="xc-head rel"> | 2 | <view class="xc-head rel"> |
| 3 | 3 | ||
| 4 | - <block wx:if="{{}}"> | 4 | + <block wx:if="{{object.bg_type==0}}"> |
| 5 | <image class="xc-background" src="{{iurl}}{{ad_img?ad_img:'/miniapp/images/user_index_powder.jpg'}}"> | 5 | <image class="xc-background" src="{{iurl}}{{ad_img?ad_img:'/miniapp/images/user_index_powder.jpg'}}"> |
| 6 | - | 6 | + <include src="style1.wxml"></include> |
| 7 | </image> | 7 | </image> |
| 8 | </block> | 8 | </block> |
| 9 | 9 | ||
| 10 | <block wx:else> | 10 | <block wx:else> |
| 11 | + <view class="xc-background" style="b"> | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + </view> | ||
| 15 | + | ||
| 11 | 16 | ||
| 12 | </block> | 17 | </block> |
| 13 | 18 |