Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
csssp-xcx-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
劳广强
csssp-xcx-h5
Commits
9d671fa9
提交
9d671fa9
authored
8月 08, 2023
作者:
黎九
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
迭代内容
上级
6c56e7b5
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
5 行删除
+11
-5
manifest.json
manifest.json
+2
-2
Authentication.vue
pages/Authentication/Authentication.vue
+5
-2
index.vue
pages/record-content/index.vue
+4
-1
没有找到文件。
manifest.json
浏览文件 @
9d671fa9
...
...
@@ -83,8 +83,8 @@
"sdkConfigs"
:
{
"maps"
:
{
"amap"
:
{
"key"
:
"
9679b40f9fc0f84cd358ef24b0e54631
"
,
"securityJsCode"
:
"
d71836d53875dab5611a30587b2db1c0
"
,
"key"
:
"
8b8fb3d3301c5b625441178cdf23318f
"
,
"securityJsCode"
:
"
45882b25dcfbe17d0563ffa223fd1d92
"
,
"serviceHost"
:
""
}
}
...
...
pages/Authentication/Authentication.vue
浏览文件 @
9d671fa9
...
...
@@ -107,7 +107,9 @@
uni
.
hideLoading
()
return
uni
.
$u
.
toast
(
'实名认证完成'
);
setTimeout
(
function
()
{
uni
.
navigateBack
()
uni
.
navigateTo
({
url
:
'../index/index'
})
},
2000
)
// this.logNice = true
},
...
...
@@ -124,6 +126,6 @@
</
script
>
<
style
scoped
lang=
"scss"
>
@import
'Authentication.scss'
;
@import
'
./
Authentication.scss'
;
// @import 'index.scss';
</
style
>
\ No newline at end of file
pages/record-content/index.vue
浏览文件 @
9d671fa9
...
...
@@ -490,7 +490,8 @@ const numberPlateMap = new Map([
[
'3'
,
'大型新能源汽车(黄绿双拼色底黑字)'
],
[
'4'
,
'小型新能源汽车(渐变绿底黑字)'
],
[
'5'
,
'轻便摩托车(蓝底白字)'
],
[
'6'
,
'普通摩托车(黄底黑字)'
]
[
'6'
,
'普通摩托车(黄底黑字)'
],
[
'7'
,
"电动自行车(绿牌白字)"
],
])
const
uploadSourceTypeMap
=
{
...
...
@@ -649,6 +650,7 @@ export default {
}
,
numberPlateText
()
{
const
name
=
this
.
numberPlateMap
.
get
(
this
.
IllegalForm
.
number_plate
)
console
.
log
(
name
);
return
name
&&
name
.
slice
(
0
,
name
.
indexOf
(
'('
))
||
'请选择'
}
}
,
...
...
@@ -714,6 +716,7 @@ export default {
}
,
onSelectNumberPlate
({
value
}
)
{
console
.
log
(
value
);
this
.
IllegalForm
.
number_plate
=
value
}
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论