Commit b811d8ec by zhangzhen

细节优化

parent 79a45dad
......@@ -540,7 +540,7 @@
}
that.tempStoreInfo = {
...obj,
distance: obj.distance ? Number(obj.distance.substr(0, 8)).toFixed(2) : 0
distance: obj.distance ? Number(obj.distance).toFixed(2) : 0
}
that.onGetRoomList(obj.id)
}
......
......@@ -398,7 +398,7 @@
<view class="gift-box">
<image class="gift-icon" :src="assetsPath+'/gift_icon.png'" mode="widthFix"></image>
</view>
<text class="text-13">房间预定,会员日即可享98折起</text>
<text class="text-13">房间预定,会员日即可享95折起</text>
</view>
<view class="flex-row-center">
<view class="gift-box">
......
......@@ -372,7 +372,7 @@
<image class="gift-icon" :src="assetsPath+'/gift_icon.png'" mode="widthFix">
</image>
</view>
<text class="text-13">房间预定,会员日即可享98折起</text>
<text class="text-13">房间预定,会员日即可享95折起</text>
</view>
<view class="flex-row-center">
<view class="gift-box">
......
......@@ -247,10 +247,10 @@
</view>
<view class="part-text-lg">
<text>铁角会员98折预定优惠</text>
<text>铁角会员95折预定优惠</text>
</view>
<view class="part-text-lg">
<text>银角会员95折预定优惠</text>
<text>银角会员92折预定优惠</text>
</view>
<view class="part-text-lg">
<text>金角会员88折预定优惠</text>
......
......@@ -14,7 +14,7 @@
</view>
<view class="flex-between part-1">
<text>{{item.operationTime}}</text>
<text>剩余{{item.operationType? item.currentIntegral + item.variableIntegral : item.currentIntegral - item.variableIntegral}}积分</text>
<text>剩余{{item.operationType? Number(item.currentIntegral + item.variableIntegral).toFixed(2) : Number(item.currentIntegral - item.variableIntegral).toFixed(2)}}积分</text>
</view>
</view>
</view>
......
<template>
<view class="article">
<image class="img" :src="assetsPath+'/vip_rule.png'" mode="widthFix"></image>
<image class="img" :src="assetsPath+'/vip_rule_v2.png'" mode="widthFix"></image>
</view>
</template>
......
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