jufubao-movie 1.0.54-beta1 → 1.0.54-beta2
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
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
@click.stop="toSellPath(item)">{{ sellName }}</view>
|
|
127
127
|
<view
|
|
128
128
|
v-if="item.code_index > -1"
|
|
129
|
-
:style="{background: mainColor}"
|
|
129
|
+
:style="{background: mainColor, marginLeft: '20rpx'}"
|
|
130
130
|
class="cinema_item-btn"
|
|
131
131
|
@click.stop="toCodePath(item)">电子码</view>
|
|
132
132
|
<view
|
|
@@ -262,7 +262,7 @@ export default {
|
|
|
262
262
|
this.sellPath = getContainerPropsValue(container, "content.sellPath", {value: ""}).value;
|
|
263
263
|
this.sort_consume_mode = getContainerPropsValue(container, 'content.sort_consume_mode', '');
|
|
264
264
|
this.is_show_sell = getContainerPropsValue(container, 'content.is_show_sell', '');
|
|
265
|
-
this.sellName = getContainerPropsValue(container, 'content.
|
|
265
|
+
this.sellName = getContainerPropsValue(container, 'content.sellName', '到店使用');
|
|
266
266
|
},
|
|
267
267
|
toChooseSchedule(item) {
|
|
268
268
|
if(item.seat_index > -1) this.toSchedulePath(item);
|
|
@@ -533,9 +533,9 @@ export default {
|
|
|
533
533
|
box-shadow: 0px 16rpx 60rpx 0px #e3e3e3;
|
|
534
534
|
margin-bottom: unit(24, rpx);
|
|
535
535
|
&-btn {
|
|
536
|
-
font-size: unit(
|
|
536
|
+
font-size: unit(24, rpx);
|
|
537
537
|
border-radius: unit(40, rpx);
|
|
538
|
-
padding: unit(12, rpx) unit(
|
|
538
|
+
padding: unit(12, rpx) unit(16, rpx);
|
|
539
539
|
color: #ffffff;
|
|
540
540
|
text-align: center;
|
|
541
541
|
height: unit(40, rpx);
|