Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
4f5c58b5
Commit
4f5c58b5
authored
Dec 18, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'产品查询修改'
parent
ae81a6c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
product-list.vue
src/pages/productQuery/product-list.vue
+3
-1
bankInfo.vue
src/pages/userBindNew/org/bankInfo.vue
+2
-2
No files found.
src/pages/productQuery/product-list.vue
View file @
4f5c58b5
...
...
@@ -56,6 +56,7 @@ export default {
return
{
lists
:
[],
pagenum
:
1
,
division
:
''
,
searchInput
:
''
,
}
},
...
...
@@ -74,6 +75,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
from
.
name
===
'QueryHome'
)
{
vm
.
division
=
vm
.
$route
.
params
.
division
vm
.
pagenum
=
1
vm
.
searchInput
=
''
vm
.
proQuery
()
...
...
@@ -89,7 +91,7 @@ export default {
let
vm
=
this
let
url
=
$config
.
basePath
+
'prd_product_list'
let
param
=
{
division
:
vm
.
$route
.
params
.
division
,
division
:
vm
.
division
,
user_phone
:
window
.
localStorage
.
user_phone
,
searchInput
:
vm
.
searchInput
,
pagenum
:
vm
.
pagenum
,
...
...
src/pages/userBindNew/org/bankInfo.vue
View file @
4f5c58b5
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-24 21:29:35
* @LastEditTime: 2019-12-18 15:0
0:37
* @LastEditTime: 2019-12-18 15:0
7:39
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -16,7 +16,7 @@
<div
class=
"info"
>
<div
class=
"info-icon"
>
<img
src=
"@/assets/userBind/info.png"
>
<span>
温馨提示
</span>
<span
@
click=
"getOrgCertificationUrl"
>
温馨提示
</span>
</div>
<p>
推荐使用农行卡,农行卡支付免收手续费!
</p>
</div>
...
...
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