jufubao-movie 1.0.56-beta2 → 1.0.56-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.56-beta2",
3
+ "version": "1.0.56-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -160,10 +160,9 @@ module.exports = [
160
160
  {
161
161
  mapFnName: "getVipList",
162
162
  title: "会员中心 - 会员卡列表",
163
- path: "/member/v1/:namespace/vip-card",
163
+ path: "/member/v1/vip-card",
164
164
  isRule: false,
165
165
  params: {
166
- namespace: ['业务线', 'String', true],
167
166
  is_show_exchange_code: ['是否展示 兑换码 ', 'Y/N,默认N', false],
168
167
  },
169
168
  isConsole: true,
@@ -140,13 +140,13 @@
140
140
  @choseVipCard="handleChoseVipCard"></cus-vip-list>
141
141
  </view>
142
142
 
143
- <view v-if="isShowPlusSavingMoney" class="vip_pay_info">
143
+ <view v-if="is_show_vip_card_list==='Y'" class="vip_pay_info">
144
144
  <view class="good_vip_price">
145
145
  <xd-list-item label="商品价格" paddingLR="40rpx" size="small" showBottom>
146
146
  <!-- <view style="color: #999999;">145.00</view> -->
147
147
  <xd-unit :price="origin_total_price" :isOld="false" :fontSize="24" :iconSize="0.3"></xd-unit>
148
148
  </xd-list-item>
149
- <xd-list-item label="PLUS专项立减" size="small" paddingLR="40rpx" >
149
+ <xd-list-item v-if="isShowPlusSavingMoney" label="PLUS专项立减" size="small" paddingLR="40rpx" >
150
150
  <view slot="label" style="color: #86541E;">PLUS专项立减</view>
151
151
  <!-- <view style="color: #FF7070;">-5.00</view> -->
152
152
  <xd-unit :price="plus_saving_money" :isOld="false" :fontSize="24" :iconSize="0.3"></xd-unit>