|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
|
<view class="tui-title">付款方式</view>
|
|
<view class="tui-title">付款方式</view>
|
|
|
- <button @tap="form.hasPay = 1" class="admin-button-com mini-btn" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
|
|
|
|
|
+ <button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1 && form.fromType == 3">
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1 && form.fromType == 3">
|