jufubao-movie 1.0.32-beta1 → 1.0.32-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.32-beta1",
3
+ "version": "1.0.32-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -135,7 +135,7 @@
135
135
  <template v-for="item in otherPayMethod">
136
136
  <xd-list-item v-if="item.method === 'card'" :key="item.method" :label="item.show_name" paddingLR="0rpx" size="small" showRight @click="toChoseCard">
137
137
  <view v-if="choseCard && choseCard.cardPayPrice" slot="label">{{item.show_name}} <text style="color:red;margin-left: 4px;">(已选{{ choseCard.selectedCardList.length }}张)</text></view>
138
- <xd-unit v-if="choseCard && choseCard.cardPayPrice" :price="choseCard.cardPayPrice" :isOld="false" :fontSize="24" :iconSize="0.3"></xd-unit>
138
+ <xd-unit v-if="choseCard && choseCard.cardPayPrice" :price="choseCard.cardPayPrice" :isOld="false" :fontSize="24" :iconSize="0.3" :unit="choseCard.unit || ''"></xd-unit>
139
139
  <view v-else>请选择</view>
140
140
  </xd-list-item>
141
141
  <xd-list-item v-if="item.method === 'wallet'" :key="item.method" :label="item.show_name" paddingLR="0rpx" size="small" showRight @click="toChoseWallet">
@@ -159,6 +159,7 @@
159
159
  font-weight="normal"
160
160
  color-new="#fff"
161
161
  :is-old="isOld"
162
+ style="margin-right: 30rpx;"
162
163
  ></xd-unit>
163
164
  <view>确认选择</view>
164
165
  </view>
@@ -794,9 +795,9 @@ export default {
794
795
  justify-content: center;
795
796
  align-items: center;
796
797
 
797
- & > view {
798
- margin-left: unit(30, rpx);
799
- }
798
+ // & > view {
799
+ // margin-left: unit(30, rpx);
800
+ // }
800
801
  }
801
802
  }
802
803