包邮去掉

This commit is contained in:
zoujiandong 2024-05-09 18:43:55 +08:00
parent 6bd10fff2c
commit 2e82133764
3 changed files with 2 additions and 3 deletions

View File

@ -128,7 +128,6 @@ Page({
bindchange(e){
const that = this;
console.log(e);
that.setData({
currentData: e.detail.current
})

View File

@ -106,7 +106,7 @@
font-weight:600;
align-items: baseline;
justify-content: space-between;
width:114rpx;
width:116rpx;
}
.row .dot{
display: flex;

View File

@ -52,7 +52,7 @@
<view class="row">
<view class="name"><text>邮</text><text>费</text></view>
<view class="dot"></view>
<view class="desc price" wx:if="{{order.logistics_fee>0}}">¥{{order.logistics_fee}}(包邮)</view>
<view class="desc price" wx:if="{{order.logistics_fee>0}}">¥{{order.logistics_fee}}</view>
<view class="desc price" wx:else>¥0.00(包邮)</view>
</view>
<view class="row">