jufubao-base 1.0.326 → 1.0.327-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.326",
3
+ "version": "1.0.327-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -154,7 +154,7 @@
154
154
 
155
155
  <!-- 底部业务线描述 -->
156
156
  <view class="jfb-base-card-info__body-type-choose-item-business">
157
- 业务线: {{ item.business_codes_name}}
157
+ 功能说明: {{ item.multiple_desc}}
158
158
  </view>
159
159
  </view>
160
160
 
@@ -174,7 +174,7 @@
174
174
 
175
175
  <!-- 底部业务线描述 -->
176
176
  <view class="jfb-base-card-info-entry__body-type-choose-item-business">
177
- 业务线: {{ item.business_codes_name}}
177
+ 功能说明: {{ item.multiple_desc}}
178
178
  </view>
179
179
  </view>
180
180
 
@@ -109,7 +109,7 @@
109
109
 
110
110
  <!-- 底部业务线描述 -->
111
111
  <view class="jfb-base-card-sweep-info__body-type-choose-item-business">
112
- 业务线: {{ item.business_codes_name}}
112
+ 功能说明: {{ item.multiple_desc}}
113
113
  </view>
114
114
  </view>
115
115