| xqd
@@ -10,7 +10,8 @@
|
|
|
{{name ? name:userInfo.nickname}}
|
|
|
<text @click="route('/pages/share/edit/edit')" class="user-edit">[修改资料]</text>
|
|
|
</view>
|
|
|
- <view class="mtb-10 t-omit">{{custom_setting.words.parent_name.name}}:{{userInfo.identity.parent_name}}({{userInfo.identity.parent_wechat}})</view>
|
|
|
+ <view class="mt-10 t-omit">{{custom_setting.words.parent_name.name}}:{{userInfo.identity.parent_name}}</view>
|
|
|
+ <view class="mb-10 t-omit">{{custom_setting.words.parent_name.name}}微信号:{{userInfo.identity.parent_wechat}}</view>
|
|
|
<view v-if="index && index.level > 0">代理等级:{{index ? index.level_name : '无'}}</view>
|
|
|
</view>
|
|
|
<view class="box-grow-0" v-if="share_setting.is_show_share_level == 1"
|
| xqd
@@ -517,14 +518,14 @@
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.info {
|
|
|
- height: #{312rpx};
|
|
|
+ height: #{340rpx};
|
|
|
background-color: #ff4544;
|
|
|
width: 100%;
|
|
|
padding: #{20rpx} #{25rpx} 0;
|
|
|
color: #fff;
|
|
|
font-size: #{28rpx};
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: #{750rpx} #{312rpx};
|
|
|
+ background-size: #{750rpx} #{340rpx};
|
|
|
}
|
|
|
.user-info {
|
|
|
border-bottom: #{1rpx} solid #FFFFFF;
|