|
@@ -60,7 +60,7 @@
|
|
|
<text v-else style="color:red;">注意:客户线下付款,提交后请线下转账给客户</text>
|
|
<text v-else style="color:red;">注意:客户线下付款,提交后请线下转账给客户</text>
|
|
|
</block>
|
|
</block>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex-center btn-box" style="margin-bottom:50upx;margin-top:20upx;">
|
|
|
|
|
|
|
+ <view class="flex-center btn-box" style="margin-bottom:50upx;margin-top:20upx;padding-bottom:40upx;">
|
|
|
<view class="flex-center btn" @tap="cancelRefund">取消</view>
|
|
<view class="flex-center btn" @tap="cancelRefund">取消</view>
|
|
|
<view class="flex-center btn active" @tap="confirmRefund" style="margin-left: 80upx">确定</view>
|
|
<view class="flex-center btn active" @tap="confirmRefund" style="margin-left: 80upx">确定</view>
|
|
|
</view>
|
|
</view>
|