| xqd
@@ -10,6 +10,7 @@
|
|
|
{{name ? name:userInfo.nickname}}
|
|
|
<text @click="route('/pages/share/edit/edit')" class="user-edit">[修改资料]</text>
|
|
|
</view>
|
|
|
+ <view class="mt-10 t-omit">ID:{{userInfo.options.user_id}}</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}}
|
|
|
<text @click.stop="copy(userInfo.identity.parent_wechat)" style="font-size: 20rpx">[复制]</text></view>
|
| xqd
@@ -523,7 +524,7 @@
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.info {
|
|
|
- height: #{340rpx};
|
|
|
+ height: #{360rpx};
|
|
|
background-color: #ff4544;
|
|
|
width: 100%;
|
|
|
padding: #{20rpx} #{25rpx} 0;
|