xiaoe_mp_npm 1.0.24 → 1.0.26

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.
@@ -46,7 +46,7 @@
46
46
  <view class="code-item" wx:if="{{ item.right_type === 'integral' }}">
47
47
  <view class="code-item-info">
48
48
  <view class="code-item-content">
49
- {{ item.promo_code }}
49
+ {{ item.right_integral }} 积分
50
50
  </view>
51
51
  <text class="tip">
52
52
  积分已到账,点击查看前往积分商城兑好礼!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  <view class="code-item" wx:if="{{ item.right_type === 'integral' }}">
47
47
  <view class="code-item-info">
48
48
  <view class="code-item-content">
49
- {{ item.promo_code }}
49
+ {{ item.right_integral }} 积分
50
50
  </view>
51
51
  <text class="tip">
52
52
  积分已到账,点击查看前往积分商城兑好礼!