Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
c2c86fb7
Commit
c2c86fb7
authored
Sep 02, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
603a4119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
exchangeIndex.vue
pages/my/exchangeCode/exchangeIndex/exchangeIndex.vue
+7
-3
No files found.
pages/my/exchangeCode/exchangeIndex/exchangeIndex.vue
View file @
c2c86fb7
...
@@ -51,8 +51,9 @@ export default {
...
@@ -51,8 +51,9 @@ export default {
onLoad
(
option
)
{
onLoad
(
option
)
{
//this.userId = ''//uni.getStorageSync('openid')
//this.userId = ''//uni.getStorageSync('openid')
//this.productId = option.productId||'z001700015788731bfffd2581156dcfa'
//this.productId = option.productId||'z001700015788731bfffd2581156dcfa'
this
.
ticketCode
=
this
.
$commonjs
.
getKey
(
option
.
ticketCode
)
||
'85729040864674'
this
.
ticketCode
=
this
.
$commonjs
.
getKey
(
option
.
ticketCode
)
||
''
this
.
merchantId
=
this
.
$commonjs
.
getKey
(
option
.
merchantId
)
||
'z001666149446146aaaf63f524961e53'
this
.
merchantId
=
this
.
$commonjs
.
getKey
(
option
.
merchantId
)
||
''
console
.
log
(
this
.
merchantId
)
this
.
loadMerchantInfo
()
this
.
loadMerchantInfo
()
},
},
methods
:
{
methods
:
{
...
@@ -230,17 +231,20 @@ export default {
...
@@ -230,17 +231,20 @@ export default {
left
:
0
;
left
:
0
;
.mask-list
{
.mask-list
{
height
:
600rpx
;
height
:
600rpx
;
padding
:
20rpx
0
0
0
;
overflow-y
:
auto
;
overflow-y
:
auto
;
.list-box
{
.list-box
{
width
:
680rpx
;
width
:
680rpx
;
margin
:
0
auto
;
margin
:
0
auto
20rpx
auto
;
padding
:
30rpx
20rpx
;
padding
:
30rpx
20rpx
;
border
:
solid
1px
#EEEFF0
;
border
:
solid
1px
#EEEFF0
;
border-radius
:
8rpx
;
line-height
:
30rpx
;
line-height
:
30rpx
;
font-size
:
26rpx
;
font-size
:
26rpx
;
color
:
#333333
;
color
:
#333333
;
}
}
.list-boxAct
{
.list-boxAct
{
color
:
#FE6600
;
border
:
1px
solid
#FE6600
;
border
:
1px
solid
#FE6600
;
}
}
}
}
...
...
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