Commit aac0d1b8 by LJM

css

parent 4778a163
...@@ -154,6 +154,12 @@ ...@@ -154,6 +154,12 @@
"style": { "style": {
"navigationBarTitleText": "绑定邮箱" "navigationBarTitleText": "绑定邮箱"
} }
},
{
"path": "pages/mine/company",
"style": {
"navigationBarTitleText": "公司信息"
}
} }
], ],
"globalStyle": { "globalStyle": {
......
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
var Yo4teW_csrf = getCookie('Yo4teW_csrf'); var Yo4teW_csrf = getCookie('Yo4teW_csrf');
var Yo4teW_uid = getCookie('Yo4teW_uid'); var Yo4teW_uid = getCookie('Yo4teW_uid');
this.url = Code_Url + '?time=' + new Date().getTime() + '&pf=2&Yo4teW_gid=' + Yo4teW_gid + '&Yo4teW_csrf=' + Yo4teW_csrf + '&Yo4teW_uid=' + Yo4teW_uid; this.url = Code_Url + '?time=' + new Date().getTime() + '&pf=2&Yo4teW_gid=' + Yo4teW_gid + '&Yo4teW_csrf=' + Yo4teW_csrf + '&Yo4teW_uid=' + Yo4teW_uid + '&id=2';
}, },
/** /**
* 手机验证码 * 手机验证码
......
...@@ -34,13 +34,13 @@ ...@@ -34,13 +34,13 @@
</view> </view>
</navigator> </navigator>
<view class="company"> <view class="company">
<view class="box row bothSide verCenter curr" style="margin-bottom: 0;border-radius:0;border-bottom: 1px solid #F0F0F2;"> <navigator class="box row bothSide verCenter curr" url="/user/company" hover-class="none" style="margin-bottom: 0;border-radius:0;border-bottom: 1px solid #F0F0F2;">
<view class="text"><text class="t1">公司信息</text></view> <view class="text"><text class="t1">公司信息</text></view>
<view class="right"> <view class="right">
<text class="t1">编辑</text> <text class="t1">编辑</text>
<text class="iconfont icon-bjt"></text> <text class="iconfont icon-bjt"></text>
</view> </view>
</view> </navigator>
<view class="show-info"> <view class="show-info">
<view class="label-box"> <view class="label-box">
<text class="t1">公司名称:</text> <text class="t1">公司名称:</text>
......
...@@ -207,6 +207,13 @@ const router = new Router({ ...@@ -207,6 +207,13 @@ const router = new Router({
meta: { meta: {
title: '绑定邮箱' title: '绑定邮箱'
} }
},
{
path: '/pages/mine/company',
aliasPath: '/user/company',
meta: {
title: '公司信息'
}
} }
] ]
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment