jufubao-base 1.0.296-beta1 → 1.0.296-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.296-beta1",
3
+ "version": "1.0.296-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -76,13 +76,13 @@
76
76
  </view>
77
77
  </view>
78
78
  </view>
79
- </view>
79
+ </view>
80
80
 
81
- <!-- 物流信息、退款明细 -->
81
+ <!-- 回寄地址 -->
82
82
  <view class="refund_section" v-if="return_address">
83
83
  <view class="sec_title">回寄地址</view>
84
84
  <view class="sec_body">
85
- <view class="sec_item">
85
+ <view style="color:#999999;word-break: break-all;">
86
86
  {{return_address}}
87
87
  </view>
88
88
  </view>