jufubao-base 1.0.269-beta5 → 1.0.269-beta7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
</view>
|
|
54
54
|
</view>
|
|
55
55
|
<view class="is-vip" v-else>
|
|
56
|
-
<text>PLUS</text
|
|
56
|
+
<text>PLUS</text>会员核销最低可享 <text>{{plusDiscount/1000}}</text>折
|
|
57
57
|
</view>
|
|
58
58
|
</view>
|
|
59
59
|
</view>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</view>
|
|
95
95
|
</view>
|
|
96
96
|
<view class="is-vip" v-else>
|
|
97
|
-
<text>PLUS</text
|
|
97
|
+
<text>PLUS</text>会员消费最低可享 <text>{{plusDiscount/1000}}</text>折
|
|
98
98
|
</view>
|
|
99
99
|
</view>
|
|
100
100
|
</view>
|
|
@@ -27,7 +27,11 @@
|
|
|
27
27
|
<view class="_name">{{ item.resource_shop_name }}</view>
|
|
28
28
|
<view class="distance" v-if='item.distance'>{{ item.distance }}</view>
|
|
29
29
|
</view>
|
|
30
|
-
<view
|
|
30
|
+
<view class="shop_radio">
|
|
31
|
+
<template v-if="item.discount_ratio">
|
|
32
|
+
最低可享{{ item.discount_ratio/1000 }}折
|
|
33
|
+
</template>
|
|
34
|
+
</view>
|
|
31
35
|
</view>
|
|
32
36
|
<view class='shop_addr'>{{ item.address }}</view>
|
|
33
37
|
</view>
|
|
@@ -185,11 +189,9 @@ export default {
|
|
|
185
189
|
color: #666666;
|
|
186
190
|
font-size: 24rpx;
|
|
187
191
|
height: 60rpx;
|
|
188
|
-
position: absolute;
|
|
189
|
-
bottom: 40rpx;
|
|
190
192
|
width: 100%;
|
|
191
193
|
box-sizing: border-box;
|
|
192
|
-
|
|
194
|
+
margin-top: 60rpx;
|
|
193
195
|
}
|
|
194
196
|
.shop_item{
|
|
195
197
|
display: flex;
|