Commit 0bc3e88d authored by Mac's avatar Mac

判断和个人中心

parent 8692d8eb
......@@ -61,7 +61,7 @@
</scroll-view>
</view>
<view class="release" @click.stop="gopublishing()">
<view class="release" v-if='isAttestation==1 && isFaTie==1' @click.stop="gopublishing()">
<!-- <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pp-fabu.png" style="width: 100%;height: 100%;"></image> -->
<!-- 发布动态按钮 -->
<view class="fbanniu">
......
......@@ -68,19 +68,19 @@
<view class="buyvip" v-if="user_info.identity.is_member_vipbuy== true && user_info.identity.member_vipgrade_Id>0 && user_info.identity.member_level==0" @click="gobuyvip(user_info.identity.member_vipgrade_Id)">
<image :src='meueData.user_center.member_buy_vip_url' style="width: 100%;height: auto;" mode="widthFix"></image>
</view>
<view class="order_bar paike" style="" @click="gopointBalance">
<!-- <view class="order_bar paike" style="" @click="gopointBalance">
<view style="display: flex;align-items: center;">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/base-xx.png" style="width: 22px;height: auto" mode='widthFix'></image>
<span style='font-size: 14px;color: #555555;margin-left: 15px'>我的星星值:</span>
</view>
<view style="display: flex;align-items: center;">
<span style='font-size: 12px;color: #A5A4AC;font-family: aa;margin-right: 20px;'>{{PointNum}}</span>
<span style='font-size: 12px;color: #A5A4AC;font-family: aa;margin-right: 6px;'>{{PointNum}}</span>
<u-icon name="arrow" color="#A5A4AC" size="20"></u-icon>
</view>
</view>
</view> -->
<template v-if="meueData.user_center&&meueData.user_center.nar_menus.length>0">
<view v-if="meueData.user_center && meueData.user_center.is_menu_status == 1" v-for="(mItem,mIndex) in meueData.user_center.nar_menus"
:key="mIndex" :style="{'marginTop':mIndex==0&&(meueData.user_center.is_foot_bar_status==1||meueData.user_center.is_account_status==1)?'15px':''}"
:key="mIndex" :style="{'marginTop':mIndex==0&&(meueData.user_center.is_foot_bar_status==1||meueData.user_center.is_account_status==1)?'15px':'10px'}"
class="headCommon">
<view style="margin:10px;" v-if="mItem.MenuNavTitle!=''">{{mItem.MenuNavTitle}}</view>
<view :class="mItem.MenuNavStyle == 1 ? 'xq-menus' : 'xq-menus2'" style="width:100%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment