Commit 969b8c23 by 冷斌

fix bug

parent 98bc147c
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<!-- 提交 --> <!-- 提交 -->
<div class="btnBox"> <div class="btnBox">
<button type="button" :style="[!isSub ? '{background: #FC7583;}' : '{background: #FF9FBA;']}" @click="submit" :disabled="!isSub"> <button type="button" style="background: #FF9FBA;" @click="submit" :disabled="!isSub">
提交 提交
</button> </button>
</div> </div>
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<script> <script>
var vm = new Vue({ var vm = new Vue({
el: '#app', el: '#app',
//:style="[!isSub ? '{background: #FC7583;}' : '{background: #FF9FBA;']}"
data: { data: {
form:{ form:{
uid: "{$uid}", uid: "{$uid}",
......
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