jufubao-gift 1.0.38-beta1 → 1.0.38-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-gift",
3
- "version": "1.0.38-beta1",
3
+ "version": "1.0.38-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件礼包插件包",
6
6
  "main": "index.js",
@@ -53,7 +53,7 @@
53
53
  <view v-if="showPrice === 'Y'" class="gift_price">
54
54
  <xd-unit :price="item.market_price" :isOld="false"></xd-unit>
55
55
  </view>
56
- <view v-if="showExchange === 'Y'">
56
+ <view v-if="colNum == 1 && showExchange === 'Y'">
57
57
  <xd-button type="primary" size="mini" @click="toExchange(item)">立即兑换</xd-button>
58
58
  </view>
59
59
  </view>
@@ -170,7 +170,7 @@
170
170
  this.tabType = gCPVal(container, 'tabType', "pool")
171
171
  this.showPrice = getContainerPropsValue(container, 'content.showPrice', "Y");
172
172
  this.showPoolName = getContainerPropsValue(container, 'content.showPoolName', "Y");
173
- this.showExchange = getContainerPropsValue(container, 'content.showExchange', "");
173
+ this.showExchange = getContainerPropsValue(container, 'content.showExchange', "Y");
174
174
  this.exchangePath = getContainerPropsValue(container, 'content.exchangePath', {value: ""}).value;
175
175
  this.detailPath = getContainerPropsValue(container, 'content.detailPath', {value: ""}).value;
176
176
  this.radius = getContainerPropsValue(container, "content.radius", '0');