Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
a84cfc73
Commit
a84cfc73
authored
Apr 21, 2021
by
Facius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
a972b654
07449db4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
222 additions
and
216 deletions
+222
-216
App.vue
src/App.vue
+214
-212
index.vue
src/pages/index/index.vue
+6
-1
file.vue
src/pages/settle/file.vue
+1
-2
$u.mixin.js
src/store/$u.mixin.js
+1
-1
No files found.
src/App.vue
View file @
a84cfc73
This diff is collapsed.
Click to expand it.
src/pages/index/index.vue
View file @
a84cfc73
...
@@ -141,7 +141,11 @@ export default {
...
@@ -141,7 +141,11 @@ export default {
bottomLoading
:
false
,
bottomLoading
:
false
,
};
};
},
},
watch
:
{},
watch
:
{
vuex_token
(
val
){
console
.
log
(
val
,
'vuex_token---------watch'
)
}
},
computed
:
{
computed
:
{
buttonStyle
()
{
buttonStyle
()
{
return
{
return
{
...
@@ -170,6 +174,7 @@ export default {
...
@@ -170,6 +174,7 @@ export default {
this
.
triggered
=
false
;
this
.
triggered
=
false
;
},
},
onShow
()
{
onShow
()
{
// console.log(this.vuex_token,'this.vuex_token')
// 每次进入页面都刷新入驻状态
// 每次进入页面都刷新入驻状态
if
(
app
.
globalData
.
token
)
{
if
(
app
.
globalData
.
token
)
{
// 初始化入驻信息
// 初始化入驻信息
...
...
src/pages/settle/file.vue
View file @
a84cfc73
...
@@ -30,8 +30,7 @@
...
@@ -30,8 +30,7 @@
<text
class=
"card-item-text"
>
{{
fileInfo
[
cardkey
]
}}
</text>
<text
class=
"card-item-text"
>
{{
fileInfo
[
cardkey
]
}}
</text>
</view>
</view>
<view
class=
"line-view"
></view>
<view
class=
"line-view"
></view>
<view
class=
"card-item-error"
v-if=
"fileInfo[cardkey]
<view
class=
"card-item-error"
v-if=
"((cardkey == 'id_card_name' || cardkey == 'id_card_number') && frontErrorMsg)"
>
{{
frontErrorMsg
}}
</view>
&& ((cardkey == 'id_card_name' || cardkey == 'id_card_number') && frontErrorMsg)"
>
{{
frontErrorMsg
}}
</view>
<view
class=
"card-item-error"
v-if=
"(cardkey == 'id_card_date' && backErrorMsg)"
>
{{
backErrorMsg
}}
</view>
<view
class=
"card-item-error"
v-if=
"(cardkey == 'id_card_date' && backErrorMsg)"
>
{{
backErrorMsg
}}
</view>
</view>
</view>
</view>
</view>
...
...
src/store/$u.mixin.js
View file @
a84cfc73
...
@@ -21,6 +21,6 @@ export default {
...
@@ -21,6 +21,6 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
...
mapState
(
[
'ddd'
]
)
...
mapState
(
$uStoreKey
)
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment