提交
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</image>
|
||||
<u-icon v-if="v.icon" name="map-fill" color="#018F89" size="20"
|
||||
style="display: inline-block"></u-icon>
|
||||
<template v-if="v.type == 3&&$platform=='android'">
|
||||
<template v-if="v.type == 3">
|
||||
<text style="color: #aaa; margin-left: 10rpx">
|
||||
(全部积分:{{ initData.user.jf }})</text>
|
||||
</template>
|
||||
@@ -107,7 +107,7 @@
|
||||
<text>
|
||||
¥{{ isShowAddress ? freightNum.toFixed(2) : Number(0).toFixed(2) }}</text>
|
||||
</template>
|
||||
<template v-if="v.type == 3&&$platform=='android'">
|
||||
<template v-if="v.type == 3">
|
||||
<text style="color: #fe6035"> -¥{{ jfNumberShow }}</text>
|
||||
</template>
|
||||
<template v-if="v.type == 5">
|
||||
@@ -119,7 +119,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="bottom jf_box" v-if="v.type == 3&&$platform=='android'">
|
||||
<view class="bottom jf_box" v-if="v.type == 3">
|
||||
<view class="jf_box">
|
||||
<text style="color: #7dc1f0; font-weight: 600">可用积分({{ jfNumberMax }}分)</text>
|
||||
<view class="jf_input">
|
||||
|
||||
Reference in New Issue
Block a user