|
@@ -80,7 +80,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="button-view flex-col justify-center ">
|
|
|
+ <view :style="{'height':'100rpx'}" v-if="type !== 2"></view>
|
|
|
+
|
|
|
+ <view class="button-view flex-col justify-center ">
|
|
|
<u-button color="#B42A3E " @click="refundSubmit" v-if="type == 1">提交</u-button>
|
|
|
<u-button color="#B42A3E " @click="afterSalesSubmit" v-if="type == 2">提交</u-button>
|
|
|
</view>
|