jufubao-movie 1.0.57-beta2 → 1.0.57-beta3

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.57-beta2",
3
+ "version": "1.0.57-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -589,8 +589,12 @@
589
589
  },
590
590
  //确认订单价格改变,清空选择
591
591
  clearCheckedWhenPriceChange(){
592
- this.$refs['xdCardPayChose'].clearChecked();
593
- this.$refs['xdWalletChose'].clearChecked();
592
+ if(this.$refs['xdCardPayChose']){
593
+ this.$refs['xdCardPayChose'].clearChecked();
594
+ }
595
+ if(this.$refs['xdWalletChose']){
596
+ this.$refs['xdWalletChose'].clearChecked();
597
+ }
594
598
  },
595
599
  handleChoseVipCard(vip_card_id){
596
600
  this.vip_card_id = vip_card_id;
@@ -168,7 +168,7 @@
168
168
  :isShowIcon="false"
169
169
  :font-size="24"/> -->
170
170
  <!-- {{item.sale_price}} -->
171
- <CusPrice :isShowIcon="false" :isPlus="is_plus_site" :showPrice="item.show_prices" range="起" type="schedule"></CusPrice>
171
+ <CusPrice :isPlus="is_plus_site" :showPrice="item.show_prices" range="起" type="schedule"></CusPrice>
172
172
  </view>
173
173
  <!-- <view class="_sub"> <xd-coins class="xd-coins" :size="0.2"></xd-coins> 起</view> -->
174
174
  </view>