配置微信小程序返回首页按钮

This commit is contained in:
lemon橪
2021-08-16 10:35:12 +08:00
parent eb11f9dbae
commit 885ccb5006
4 changed files with 19 additions and 48 deletions

View File

@@ -154,7 +154,7 @@
<u-col v-if="orderMessage.cartTypeEnum != 'VIRTUAL'" :span="7">运费</u-col>
<u-col v-if="orderMessage.cartTypeEnum != 'VIRTUAL'" :span="5" class="tr tipsColor" textAlign="right">
<u-tag v-if="orderMessage.priceDetailDTO.freightPrice == 0" style="margin-right: 20rpx" color="#FF6262" text="包邮" type="warning" size="mini" mode="plain" shape="circle" />
<span>{{
<span v-else>{{
orderMessage.priceDetailDTO.freightPrice | unitPrice
}}</span>
</u-col>
@@ -278,6 +278,7 @@ export default {
},
},
/**
* 监听返回
*/