jufubao-base 1.0.121 → 1.0.122

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.121",
3
+ "version": "1.0.122",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -83,7 +83,7 @@
83
83
  :bg-color="mainColor"
84
84
  width="360rpx"
85
85
  radius="20rpx"
86
- size="small"
86
+ size="medium"
87
87
  @click="handleConfirm"
88
88
  >直接领取</XdButton
89
89
  >
@@ -102,7 +102,7 @@
102
102
  class="jfb-base-con-phone__body-wrap-btn"
103
103
  >
104
104
  <XdButton
105
- size="small"
105
+ size="medium"
106
106
  type="primary"
107
107
  :bg-color="mainColor"
108
108
  radius="20rpx"
@@ -110,7 +110,7 @@
110
110
  >{{ btnOneName }}</XdButton
111
111
  >
112
112
  <XdButton
113
- size="small"
113
+ size="medium"
114
114
  type="primary"
115
115
  :bg-color="mainColor"
116
116
  radius="20rpx"
@@ -266,9 +266,9 @@ export default {
266
266
  let image1 = await getImageInfo(getServiceUrl(res.used_background));
267
267
  console.log({ ...image }, "imageimage");
268
268
  this.topHeight = image.imgHeight / this.$rpxNum;
269
- this.topWidth = '100%';
269
+ this.topWidth = "100%";
270
270
  this.bottomHeight = image1.imgHeight / this.$rpxNum;
271
- this.bottomWidth = '100%';
271
+ this.bottomWidth = "100%";
272
272
  this.background = getServiceUrl(res.background);
273
273
  this.used_background = getServiceUrl(res.used_background);
274
274
  this.errmessage = res.message;