Commit 1cfdacfa authored by Mac's avatar Mac

会员取消

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