Commit 1cfdacfa authored by Mac's avatar Mac

会员取消

parent ce9f21ee
...@@ -423,6 +423,11 @@ ...@@ -423,6 +423,11 @@
(res) => { (res) => {
uni.hideLoading(); uni.hideLoading();
that.init() that.init()
if(this.shopBasics.IsExamine==1){
this.getSmallShopsCenter()//获取微店信息
this.pageTitle = '商店中心'
}
} }
); );
} }
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
:custom-style="customStyle" :custom-style="customStyle"
v-on:click.stop="cancel(item, index)" v-on:click.stop="cancel(item, index)"
v-if=" v-if="
item.OrderStatus == '1' || item.OrderStatus == '2' item.OrderStatus == '1' || (item.OrderStatus == '2' && item.PresentFXGrade!=1)
" "
>取消订单</u-button >取消订单</u-button
> >
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
>立即支付</u-button >立即支付</u-button
> >
</view> </view>
<view class="item" v-if="orders.OrderStatus == '3'"> <view class="item" v-if="orders.OrderStatus == '3'&& orders.PresentFXGrade!=1">
<u-button <u-button
shape="circle" shape="circle"
size="medium" size="medium"
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</view> </view>
<view <view
class="item" class="item"
v-if="orders.OrderStatus == '1' || orders.OrderStatus == '2' " v-if="orders.OrderStatus == '1' || (orders.OrderStatus == '2' && orders.PresentFXGrade!=1)"
> >
<u-button <u-button
shape="circle" shape="circle"
......
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