Merge branch 'master' into cyl/master-im

cyl/master-im
jscyl13849007907 5 months ago
commit d60bd0160e

@ -0,0 +1,6 @@
{
"name": "components",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

@ -127,6 +127,13 @@
"navigationBarTitleText": " " "navigationBarTitleText": " "
} }
}, },
{
"path": "changeUser",
"style": {
"navigationBarTitleText": " "
}
},
{ {
"path": "pwdForget", "path": "pwdForget",
"style": { "style": {

@ -25,7 +25,7 @@
class="g_text_r g_w_all" class="g_text_r g_w_all"
placeholder-style="color:#999999;font-size:32rpx;line-height:1" placeholder-style="color:#999999;font-size:32rpx;line-height:1"
v-model="info.value" v-model="info.value"
style="width: calc(100vw - (106px);flex: none;" style="width: calc(100vw - 106px);flex: none;"
/> />
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
@ -40,7 +40,7 @@
<!-- #endif --> <!-- #endif -->
</slot> </slot>
</g-panel-form-slot> </g-panel-form-slot>
<view class="g_mt_90 g_flex_row_center"> <view class="g_flex_row_center" style="margin-top:90px">
<g-button btnText="提交" type="primary" @clickBtn="submitForm" /> <g-button btnText="提交" type="primary" @clickBtn="submitForm" />
</view> </view>
</view> </view>

@ -116,14 +116,14 @@ export default {
icon: "", icon: "",
label: "用户名", label: "用户名",
result: that.userinfo.userName, result: that.userinfo.userName,
path: "/root/person/change?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName, path: "/root/person/changeUser?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName,
tip: "username", tip: "username",
}, },
{ {
icon: "", icon: "",
label: "手机号", label: "手机号",
result: that.userinfo.tel, result: that.userinfo.tel,
path: "/root/person/change?title=设置手机号&remark=&value=" + that.userinfo.tel, path: "/root/person/changeUser?title=设置手机号&remark=&value=" + that.userinfo.tel,
tip: "mobile", tip: "mobile",
}, },
]; ];

@ -622,7 +622,12 @@ $max-mp: 20;
.g_pl_40 { .g_pl_40 {
padding-left: 40px; padding-left: 40px;
} }
.g_mt_32{
margin-top: 32px;
}
.g_mt_90{
margin-top: 90px;
}
.g_mb_32{ .g_mb_32{
margin-bottom: 32px; margin-bottom: 32px;
} }

Loading…
Cancel
Save