|
|
@@ -137,7 +137,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<!-- <view class="bottomHeight"></view>-->
|
|
|
+ <view class="bottomHeight"></view>
|
|
|
|
|
|
<view class="bottom1 flex-col" v-if="order.orderStatus != 3">
|
|
|
<text class="allMoney"></text>
|
|
|
@@ -284,6 +284,9 @@ export default {
|
|
|
this.getOrderDetailByOrderId(e.id)
|
|
|
this.getUserInfo();
|
|
|
},
|
|
|
+ onShow(){
|
|
|
+ this.getOrderDetailByOrderId(this.orderId )
|
|
|
+ },
|
|
|
methods: {
|
|
|
getUserInfo() {
|
|
|
this.$api.getUserInfo().then(res => {
|