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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-movie",
3
- "version": "1.0.54-beta1",
3
+ "version": "1.0.54-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -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.sell_name', '到店使用');
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(26, rpx);
536
+ font-size: unit(24, rpx);
537
537
  border-radius: unit(40, rpx);
538
- padding: unit(12, rpx) unit(48, rpx);
538
+ padding: unit(12, rpx) unit(16, rpx);
539
539
  color: #ffffff;
540
540
  text-align: center;
541
541
  height: unit(40, rpx);
@@ -350,6 +350,7 @@
350
350
  },
351
351
  handleChange(e){
352
352
  this.curFilmIndex = e.detail.current;
353
+ this.p_getCinemaSchedule();
353
354
  },
354
355
  p_getCinemaSchedule(){
355
356
  console.log(this.$configProject.isPreview, '1111')