新增登录页面

This commit is contained in:
weipengfei 2023-07-17 15:51:05 +08:00
parent cc03108a81
commit 17f7cabd00
3 changed files with 35 additions and 8 deletions

View File

@ -441,7 +441,7 @@ export function feedback(data) {
return request.post("user/feedback", {
...data
});
}
}
/**
* 反馈列表

View File

@ -32,7 +32,21 @@
"navigationBarTitleText": "我的"
}
}
],
,{
"path" : "pages/oaLogin/oaLogin",
"style" :
{
"navigationBarTitleText": "",
"app-plus": {
"titleNView": false
},
"mp-weixin": {
"titleNView": false
}
}
}
],
"subPackages": [{
"root": "pages/views",
"name": "views",

View File

@ -18,7 +18,7 @@
</view>
</block>
</view>
<view class="backlog">
<!-- <view class="backlog">
<view class="">待办事项</view>
<block v-for="(item,index) in ApproveList.slice(0,2)" :key="index">
<view class="backlog_item flex_a_c_j_sb" @click="backlogDetails">
@ -26,6 +26,19 @@
<i class="iconfont icon-you"></i>
</view>
</block>
</view> -->
<view class="backlog">
<view class="head_title flex_a_c_j_sb">
<view class="">公告列表</view>
<view class="flex_a_c" @click="test">更多 <view class="iconfont icon-you"></view>
</view>
</view>
<block v-for="(item,index) in ApproveList.slice(0,2)" :key="index">
<view class="backlog_item flex_a_c_j_sb" @click="backlogDetails">
<view class="text">{{ item.content }}</view>
<i class="iconfont icon-you"></i>
</view>
</block>
</view>
</view>
@ -123,10 +136,10 @@
priority: '', //
myOaInfo: {
thumb: '',
name: '',
mobile: '',
did_name: '',
label_name: '',
name: '张三',
mobile: '18933334444',
did_name: '技术部',
label_name: '技术专员',
},
ApproveList: []
}
@ -386,4 +399,4 @@
}
}
}
</style>
</style>