@@ -24,7 +24,6 @@ Page({
list: [],
//头像
icon: '',
- showModal: false,
jumpList: [],
},
// 跳转菜单
@@ -100,7 +100,8 @@
position: relative;
top: 10px;
}
- .color0 {
+
+.color0 {
margin-top: 10px;
margin-right: 2px;
border-radius: 10px;
@@ -287,14 +288,16 @@
.head1 {
- width: 100%;
+ border-radius: 50%;
+ width: 33px;
height: 33px;
overflow: hidden;
.head2 {
- width: 89%;
- height: 34px;
+ height: 33px;
@@ -11,8 +11,8 @@ Page({
infoHeight: '',
frameStyle: { useTop: true, name: '修改密码', leftArrow: true, useBar: false },
form: {}
- },
- //验证必填项
+ },
+ //验证必填项
initValidate() {
const rules = { password: { required: true }, }
// 验证字段的提示信息,若不传则调用默认的信息
@@ -65,7 +65,6 @@ Page({
data: { user_id: id1, team_id: ids },
header: {},
success: res => {
- console.log(res);
return wx.redirectTo({ url: '/pages/me/index' })
error: err => {