jufubao-movie 1.0.29-beta3 → 1.0.29-beta4

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.29-beta3",
3
+ "version": "1.0.29-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -126,7 +126,8 @@
126
126
  <xd-content-xss style="color: #999" :html="notice"></xd-content-xss>
127
127
  </view>
128
128
  </view>
129
- <view class="jfb-movie-confirm__body-card">
129
+
130
+ <view v-if="otherPayMethod.length" class="jfb-movie-confirm__body-card">
130
131
  <template v-for="item in otherPayMethod">
131
132
  <xd-list-item v-if="item.method === 'card'" :key="item.method" :label="item.show_name" paddingLR="0rpx" size="small" showRight @click="toChoseCard">
132
133
  <view v-if="choseCard && choseCard.cardPayPrice" slot="label">{{item.show_name}} <text style="color:red;margin-left: 4px;">(已选{{ choseCard.selectedCardList.length }}张)</text></view>