Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
baoss
2019-10-15 09:59:41 +0800
Commit
1cfb65d66b1f76508cf7f1a6f66b8ca84555db55
1 parent
4215611e
修改我的求购字段
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
apps/pages/home/mine/components/bind.vue
apps/store/home/mine.js
apps/pages/home/mine/components/bind.vue
View file @
1cfb65d
...
...
@@ -43,16 +43,16 @@ export default {
<style lang="scss" scoped>
.bind-alipay {
width: 100%;
text-align: center;
height: 88px;
line-height: 88px;
background-color: #fff;
color: #D0021B;
border-radius: 88px;
font-size: 32px;
margin-bottom: 20px;
margin-top: 60px;
border: solid 1px #eee;
text-align: center;
height: 88px;
line-height: 88px;
background-color: #fff;
color: #D0021B;
border-radius: 88px;
font-size: 32px;
margin-bottom: 20px;
margin-top: 60px;
border: solid 1px #eee;
}
.bind-tip {
margin: 0 40px;
...
...
apps/store/home/mine.js
View file @
1cfb65d
...
...
@@ -232,7 +232,7 @@ export default function() {
case
'buy'
:
state
.
buyNum
=
item
.
sum
;
break
;
case
'bid'
:
case
'bid
ing
'
:
state
.
askBuyNum
=
item
.
sum
;
break
;
default
:
...
...
Please
register
or
login
to post a comment