jufubao-base 1.0.283-beta1 → 1.0.283

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.283-beta1",
3
+ "version": "1.0.283",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -319,7 +319,8 @@
319
319
  },
320
320
  methods: {
321
321
  async onJfbLoad(options) {
322
- this.xnamespace = this.projectAttr.business_code
322
+ // this.xnamespace = this.projectAttr.business_code
323
+ this.setNameSpace(options, false);
323
324
  this.getUserInfo()
324
325
  this.options = options
325
326
  if (!this.isPreview) {
@@ -2174,6 +2174,7 @@ export default {
2174
2174
  text-align: center;
2175
2175
  font-size: unit(32, rpx);
2176
2176
  font-weight: 500;
2177
+ word-break: break-all;
2177
2178
  }
2178
2179
  &-password{
2179
2180
  text-align: center;