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