Authored by baoss

修改我的求购字段

... ... @@ -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;
... ...
... ... @@ -232,7 +232,7 @@ export default function() {
case 'buy':
state.buyNum = item.sum;
break;
case 'bid':
case 'biding':
state.askBuyNum = item.sum;
break;
default:
... ...