Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
70226699
提交
70226699
编写于
9月 15, 2022
作者:
donghuawangliang0612
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://zyys.donghuajinyun.com/gitlib/jiangzaicheng/mcep-h5
上级
866f292b
6dbe411b
变更
6
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
54 行增加
和
40 行删除
+54
-40
ForgetPassView.vue
src/views/login/ForgetPassView.vue
+1
-1
Main.vue
src/views/main/Main.vue
+21
-4
Intention.vue
src/views/recognition/Intention.vue
+7
-0
PersonLod.vue
src/views/workbench/PersonLod.vue
+18
-18
modifyInfo.vue
src/views/workbench/modifyInfo.vue
+2
-9
modifyPassword.vue
src/views/workbench/modifyPassword.vue
+5
-8
未找到文件。
src/views/login/ForgetPassView.vue
浏览文件 @
70226699
...
...
@@ -116,7 +116,7 @@
<van-divider
:style=
"{ margin: 0 }"
></van-divider>
<div
style=
"margin: 16px"
>
<van-button
square
block
type=
"info"
native-type=
"submit"
style=
"background-color: #3672F1;border-radius: 5px;"
>
登录
</van-button
>
确定
</van-button
>
</div>
</van-form>
...
...
src/views/main/Main.vue
浏览文件 @
70226699
...
...
@@ -9,6 +9,9 @@
<
template
>
<div
class=
"d-page d-flex flex-column"
style=
"background-color: linear-gradient(to bottom, #0B54E0, #ffffff); padding-bottom:20px;"
>
<scroller-view
v-calculate-height
pulldown=
"true"
pullup=
"true"
:height=
"10000"
class=
"product"
>
<div
class=
"rarle"
>
<tools-bar
:title=
"tatleName"
style=
"width: 100%; height: calc(25vh)"
>
</tools-bar>
...
...
@@ -24,9 +27,17 @@
height: 34px;
margin: 2% auto;
border-radius: 10px;
position: absolute;
top: 21%;
left: 5%;
position: absolute;
top: 22vh;
display: flex;
"
>
<van-col
...
...
@@ -338,7 +349,6 @@
</div>
<scroller-view
v-calculate-height
pulldown=
"true"
pullup=
"true"
:height=
"10000"
class=
"product"
>
<div
v-for=
"(item, index) in productList"
:key=
"index"
...
...
@@ -437,6 +447,13 @@ export default class Main extends Vue {
};
created
(){
document
.
addEventListener
(
'
touchmove
'
,
event
=>
{
event
.
preventDefault
()
},
{
passive
:
false
})
}
//测试
demo
()
{
this
.
$router
.
push
({
...
...
src/views/recognition/Intention.vue
浏览文件 @
70226699
...
...
@@ -8,10 +8,15 @@
-->
<
template
>
<div
class=
"body"
>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
<scroller-view
v-calculate-height
pulldown=
"true"
:height=
"10000"
>
<div>
<div
class=
"layout"
>
<van-row
type=
"flex"
class=
"CoolName"
>
...
...
@@ -151,6 +156,8 @@
</div>
</scroller-view>
</div>
</
template
>
...
...
src/views/workbench/PersonLod.vue
浏览文件 @
70226699
...
...
@@ -119,9 +119,9 @@ export default class PersonLod extends Vue {
},
})
}
retyen
(){
this
.
$router
.
back
();
}
//
retyen(){
//
this.$router.back();
//
}
modifyPassword
(){
this
.
$router
.
push
({
...
...
@@ -130,22 +130,22 @@ export default class PersonLod extends Vue {
})
}
onClickReturn
(){
// console.log("1111")
this
.
$router
.
push
({
name
:
`Mianview`
,
params
:
{
indexed
:
"
1
"
}
})
// debugger
// onClickReturn(){
// // console.log("1111")
// this.$router.push({
// name:
"MainView"
,
// name:
`Mianview`
,
// params: {
// indexed: "1"
// }
// });
}
// })
// // debugger
// // this.$router.push({
// // name: "MainView",
// // params: {
// // indexed: "1"
// // }
// // });
// }
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/views/workbench/modifyInfo.vue
浏览文件 @
70226699
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@
onClickReturn
=
"onClickReturn"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@="
onClickReturn
"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
@@ -93,13 +93,6 @@ export default class PersonLod extends Vue {
}
modifyInfo
(){
this
.
$router
.
push
({
name
:
"
PersonLod
"
//参数
})
}
onClickReturn
(){
this
.
$router
.
back
();
}
}
...
...
src/views/workbench/modifyPassword.vue
浏览文件 @
70226699
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@
onClickReturn=
"onClickReturn"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
@@ -115,15 +115,12 @@ export default class PersonLod extends Vue {
this
.
passwordTypeB
=
this
.
passwordTypeB
===
'
password
'
?
'
text
'
:
'
password
'
}
modifyInfo
(){
this
.
$router
.
push
({
name
:
"
PersonLod
"
//参数
})
}
onClickReturn
(){
this
.
$router
.
back
();
}
// onClickReturn(){
// this.$router.back();
// }
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录