jufubao-base 1.0.157 → 1.0.158-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-base",
3
- "version": "1.0.157",
3
+ "version": "1.0.158-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -63,7 +63,7 @@
63
63
  class="jfb-base-after-order-detail__body-movie-content-info-bottom"
64
64
  >
65
65
  <view >
66
- <xd-unit v-if="info.business_icon !== 'gift'" :price="item.sale_price"></xd-unit>
66
+ <xd-unit v-if="info.business_icon !== 'gift' && info.is_not_show_price !== 'Y'" :price="item.sale_price"></xd-unit>
67
67
  </view>
68
68
  <view style=" font-size: 28rpx; display: flex; align-items: center; color: #666;">x {{ item.buy_count }}</view>
69
69
  </view>
@@ -579,7 +579,7 @@
579
579
  </view>
580
580
  </view>
581
581
  <view
582
- v-if="info.pay_info && (biz_code !== 'gift' || info.is_show_gift_price)"
582
+ v-if="info.pay_info && (biz_code !== 'gift' || info.is_show_gift_price) && is_not_show_price !== 'Y'"
583
583
  class="jfb-base-order-detail__body-card"
584
584
  :style="{
585
585
  background: backgroundColor,
@@ -824,6 +824,7 @@ export default {
824
824
  viewStatus: "", //业务类型预览
825
825
  isPreview: false, //是否预览
826
826
  biz_code: "",
827
+ is_not_show_price: "",
827
828
 
828
829
  showPassword: false,
829
830
  dialogPassword: "",
@@ -939,6 +940,7 @@ export default {
939
940
  })
940
941
  .then((res) => {
941
942
  this.biz_code = res.biz_code;
943
+ this.is_not_show_price = res.is_not_show_price;
942
944
  if (this.isPreview) {
943
945
  switch (this.viewStatus) {
944
946
  case "mall":
@@ -149,7 +149,7 @@
149
149
  </view>
150
150
  <view class="jfb-base-order-list__body-order-item-bottom">
151
151
  <view>下单时间:{{ item.created_time_text }}</view>
152
- <view v-if="item.biz_code !== 'gift'">
152
+ <view v-if="item.biz_code !== 'gift' && item.is_not_show_price !== 'Y'">
153
153
  <text>合计:</text>
154
154
  <xd-unit
155
155
  :isOld="false"