jufubao-base 1.0.157-beta6 → 1.0.157-beta7

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.157-beta6",
3
+ "version": "1.0.157-beta7",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -91,7 +91,7 @@
91
91
  :key="disabledKey"
92
92
  :disabled="disabled"
93
93
  @click="handleToSubmit"
94
- width="90%"
94
+ style="width: 90%"
95
95
  :type="disabled ?'info': 'primary'"
96
96
  >合并</xd-button>
97
97
  </view>
@@ -195,7 +195,6 @@ export default {
195
195
  this.switchValidToken();
196
196
  this.validImageAPIUrl = this.brandInfo["api_host"] + "/common/v1/valid_code/image/show";
197
197
  this.contentBackgroundColor = Color(this.warningColor).alpha(0.2).toString();
198
-
199
198
  },
200
199
  methods: {
201
200
  onJfbLoad(options) {