jufubao-base 1.0.81-beta1 → 1.0.85

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.81-beta1",
3
+ "version": "1.0.85",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -171,7 +171,7 @@
171
171
  }"
172
172
  >
173
173
  <view class="card-list-warp" :style="{backgroundImage: 'url('+ item['theme']['image'] +')'}">
174
- <view class="card-list__title"><view>1{{item['card_type_name']}}</view></view>
174
+ <view class="card-list__title"><view>{{item['card_type_name']}}</view></view>
175
175
  <view class="card-list__content">
176
176
  <view>
177
177
  <text>券号:</text>
@@ -260,7 +260,7 @@
260
260
  </view>
261
261
  </view>
262
262
  </template>
263
-
263
+
264
264
  <view
265
265
  v-if="showDisabled==='Y'"
266
266
  @click="handleToDisabled"