Commit b3be061b authored by Damon's avatar Damon

下一步按钮高亮

parent 54f7316b
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
return process.uniEnv.qn_base_url + 'mixing.png' return process.uniEnv.qn_base_url + 'mixing.png'
}, },
buttonStyle() { buttonStyle() {
return this.submitBtnStatus ? { return {
'color': '#FFFFFF', 'color': '#FFFFFF',
'background-color': '#2272FF;', 'background-color': '#2272FF;',
'width': '300rpx', 'width': '300rpx',
...@@ -223,14 +223,6 @@ ...@@ -223,14 +223,6 @@
'font-size': '32rpx', 'font-size': '32rpx',
'font-weight': 'bold', 'font-weight': 'bold',
'margin-left': '50rpx' 'margin-left': '50rpx'
} : {
'color': '#FFFFFF',
'background-color': '#D1D4D4;',
'width': '300rpx',
'height': '104rpx',
'font-size': '32rpx',
'font-weight': 'bold',
'margin-left': '50rpx'
} }
}, },
customStyle() { customStyle() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment