jufubao-base 1.0.56-beta2014 → 1.0.56-beta2015
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
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
icon="iconzhuanhuanshitu"
|
|
43
43
|
style="margin-right:10rpx"
|
|
44
44
|
></xd-font-icon>
|
|
45
|
-
|
|
45
|
+
转换的票券
|
|
46
46
|
</view>
|
|
47
47
|
</view>
|
|
48
48
|
<view style="padding-top:40rpx" class="jfb-base-card-shift-entry__body-header-item">
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
<view> {{ item.label }}: </view>
|
|
108
108
|
<view :style="{color:mainColor,fontWeight:500}" v-if="item.type === 'price'">
|
|
109
109
|
{{ info[item.key] }}
|
|
110
|
-
<text
|
|
110
|
+
<text>点</text>
|
|
111
111
|
</view>
|
|
112
112
|
<view style="color: #333; font-weight: 500" v-else>
|
|
113
113
|
{{ info[item.key] }}
|
|
@@ -297,7 +297,7 @@ export default {
|
|
|
297
297
|
this.valueKey.splice(1,1);
|
|
298
298
|
this.changeValueKey.splice(1,1)
|
|
299
299
|
}
|
|
300
|
-
this.headerBg = this.getCardThemes(res);
|
|
300
|
+
this.headerBg = this.getCardThemes(res.card_type_name);
|
|
301
301
|
this.info = temp;
|
|
302
302
|
})
|
|
303
303
|
.catch((err) => {});
|
|
@@ -339,6 +339,7 @@ export default {
|
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
& > view {
|
|
342
|
+
padding: 0 unit(80, rpx);
|
|
342
343
|
font-size: unit(24, rpx);
|
|
343
344
|
line-height: unit(56, rpx);
|
|
344
345
|
background: rgba(102, 102, 102, 0.4);
|