diy_user_info.wxml 1.74 KB
<view class="xc-user"  >
    <view class="xc-head rel">

        <block wx:if="{{object.bg_type==0}}">
            <image class="xc-background" src="{{iurl}}{{ad_img?ad_img:'/miniapp/images/user_index_powder.jpg'}}">
                 <include src="style1.wxml"></include>
            </image>
        </block>

        <block wx:else>
             <view class="xc-background" style="background-color:">


             </view>


        </block>


    </view>

</view>

<block wx:if="{{is_no_plus}}">
    <view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==2 && show_buy_plus }}">
        <view class="xc-add-member flex-center-around ">
            <view class="flex jc-center ai-center">
                <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image>
                <view class="member fs28 "> 加入plus会员预计可省3031元</view>
            </view>
            <view class="xc-opening-button t-c" data-url="/pages/user/plus/plus" bindtap="goto">
                <view class="xc-opening fs28">立即开通</view>
            </view>
        </view>
    </view>

    <view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==3 && show_buy_plus}}">
        <view class="xc-add-member flex-center-around ">
            <view class="flex jc-center ai-center">
                <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image>
                <view class="member fs28 "> 加入plus会员预计可省3031元</view>
            </view>
            <view class="xc-opening-button t-c" data-url="/packageE/pages/user/cardinfo/cardinfo" bindtap="goto">
                <view class="xc-opening fs28">立即续费</view>
            </view>
        </view>
    </view>
</block>