修改个人中心

cyl/dev
jscyl13849007907 1 year ago
parent 06cd26d2c8
commit 9096408b33

@ -1,11 +1,11 @@
<template> <template>
<div class="boundtel-container"> <div class="boundtel-container">
<div class="contenttitle" style="border-bottom: none;margin-top: 16px;margin-bottom: 0;"> <div class="contenttitle g_pl_16" style="margin-top: 16px;margin-bottom: 0px;">
<!-- <span v-if="!istelshow" style="font-size: 14px;"></span> <!-- <span v-if="!istelshow" style="font-size: 14px;"></span>
<span v-else style="font-size: 14px;">已绑定手机</span> --> <span v-else style="font-size: 14px;">已绑定手机</span> -->
<span style="font-size: 20px;margin-bottom: 32px;color: #333;font-weight: 600;">基本信息</span> <span style="font-size: 20px;margin-bottom: 0px;color: #333;font-weight: 600;">基本信息</span>
</div> </div>
<div> <div class="g_pl_16 g_pr_16 g_pt_16">
<a-form <a-form
:form="form" :form="form"
layout="horizontal" layout="horizontal"
@ -27,7 +27,7 @@
</a-form-item> </a-form-item>
<a-form-item style="margin-top: -5px;"> <a-form-item style="margin-top: -5px;">
<a-button type="primary" style="height: 32px;overflow: hidden;">更新基本信息</a-button> <a-button type="primary" style="height: 32px;overflow: hidden;margin-left: 55.38px;">更新基本信息</a-button>
</a-form-item> </a-form-item>
</a-form> </a-form>
</div> </div>

@ -4,10 +4,12 @@
<span v-if="!userinfo.openIdAppDTDL" style="font-size: 14px;"></span> <span v-if="!userinfo.openIdAppDTDL" style="font-size: 14px;"></span>
<span v-else style="font-size: 14px;">已绑定微信</span> <span v-else style="font-size: 14px;">已绑定微信</span>
</div> --> </div> -->
<div class="contenttitle" style="border-bottom: none;margin-top: 16px;margin-bottom: 0;padding-bottom: 0;"> <div class="contenttitle g_pl_16" style="margin-top: 16px;margin-bottom: 0px;">
<span style="font-size: 20px;margin-bottom: 32px;color: #333;font-weight: 600;">打开小程序</span> <!-- <span v-if="!istelshow" style="font-size: 14px;"></span>
<span v-else style="font-size: 14px;">已绑定手机</span> -->
<span style="font-size: 20px;margin-bottom: 0px;color: #333;font-weight: 600;">打开小程序</span>
</div> </div>
<div class="contentbody" v-if="!userinfo.openIdAppDTDL"> <div class="contentbody" v-if="!userinfo.openIdAppDTDL" style="padding-top: 16px;">
<div> <div>
<a-spin tip="加载中..." :spinning="isspinning"></a-spin> <a-spin tip="加载中..." :spinning="isspinning"></a-spin>

@ -1,11 +1,11 @@
<template> <template>
<div class="loginpsw-containerd"> <div class="loginpsw-containerd">
<div class="contenttitle" style="border-bottom: none;margin-top: 16px;margin-bottom: 0;padding-bottom: 0;"> <div class="contenttitle g_pl_16" style="margin-top: 16px;margin-bottom: 0px;">
<!-- <span v-if="!istelshow" style="font-size: 14px;"></span> <!-- <span v-if="!istelshow" style="font-size: 14px;"></span>
<span v-else style="font-size: 14px;">已绑定手机</span> --> <span v-else style="font-size: 14px;">已绑定手机</span> -->
<span style="font-size: 20px;margin-bottom: 32px;color: #333;font-weight: 600;">安全设置</span> <span style="font-size: 20px;margin-bottom: 0px;color: #333;font-weight: 600;">安全设置</span>
</div> </div>
<div class="new-form"> <div class="new-form g_pl_16 g_pr_16 g_pt_16">
<div class="new-item g_pb_16 g_mb_16" style="border-bottom: 1px solid rgb(238, 238, 238);"> <div class="new-item g_pb_16 g_mb_16" style="border-bottom: 1px solid rgb(238, 238, 238);">
<div class="label g_fs_14 g_mb_12 g_c_3 g_fw_600">账户密码</div> <div class="label g_fs_14 g_mb_12 g_c_3 g_fw_600">账户密码</div>
<div class="result g_flex_row_start"> <div class="result g_flex_row_start">

@ -687,7 +687,7 @@ export default {
.rightcontent { .rightcontent {
width: 640px; width: 640px;
min-height: 600px; min-height: 600px;
padding: 0 32px; // padding: 0 32px;
background-color: #fff; background-color: #fff;
border: 1px solid #ededed; border: 1px solid #ededed;
} }

Loading…
Cancel
Save