Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
215d8fc1
authored
May 22, 2023
by
肖康
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://git.ichunt.net/xiaokang/H5_2.0
parents
b2188f1b
111d70c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
.gitignore
pages/mine/shoporder.vue
.gitignore
View file @
215d8fc1
...
@@ -3,4 +3,5 @@
...
@@ -3,4 +3,5 @@
/unpackage
/unpackage
/*.hbuilderx
/*.hbuilderx
/.DS_Store
/.DS_Store
/node_modules
/node_modules
\ No newline at end of file
/node_modules/query-string
pages/mine/shoporder.vue
View file @
215d8fc1
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
</view>
</view>
<view
class=
"h2"
>
币种
</view>
<view
class=
"h2"
>
币种
</view>
<view
class=
"tab row"
>
<view
class=
"tab row"
>
<view
class=
"box row rowCenter verCenter"
v-for=
"(item, index) in currency_arr"
:class=
"
{ curr: currencyIndex == index }" :key="index">
{{
item
}}
</view>
<view
class=
"box row rowCenter verCenter"
v-for=
"(item, index) in currency_arr"
:class=
"
{ curr: currencyIndex == index }" :key="index"
@click="filterTab(index)"
>
{{
item
}}
</view>
</view>
</view>
</view>
</view>
<view
class=
"btn row bothSide verCenter"
>
<view
class=
"btn row bothSide verCenter"
>
...
@@ -181,7 +181,9 @@ export default {
...
@@ -181,7 +181,9 @@ export default {
/**
/**
* 筛选
* 筛选
*/
*/
filterChange
()
{},
filterChange
(
index
)
{
this
.
currencyIndex
=
index
;
},
/**
/**
* 立即支付
* 立即支付
* @param {Object} order_id
* @param {Object} order_id
...
...
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