jufubao-base 1.0.197-beta7 → 1.0.197-beta8

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.197-beta7",
3
+ "version": "1.0.197-beta8",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -466,7 +466,12 @@ export default {
466
466
  2、正确格式需包含(label,value)字段。
467
467
  例如: [{label: \'北京市\',value: 1},{label: \'广东省\',value: 2}]`);
468
468
  } else {
469
+ console.log(this.level,'this.levelthis.levelthis.level');
470
+
469
471
  this.cityList = this.$xdUniHelper.cloneDeep(cityList);
472
+ if(cityList.length === 1&&this.level===0) {
473
+ this.selectCity(cityList[0]);
474
+ }
470
475
  }
471
476
  } else {
472
477
  //选择完成操作
@@ -739,6 +739,7 @@ export default {
739
739
  this.$xdShowLoading({});
740
740
  //转换卡跳转
741
741
  if(this.subTabIndex===2){
742
+ this.$xdHideLoading();
742
743
  this.$xdUniHelper.navigateTo({
743
744
  url: `${this.changeUrl}?card_number=${item["card_number"]}`
744
745
  }, false);
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  created(){
67
- this.alphaColor = Color(this.mainColor).alpha(0.1).string();
67
+ this.alphaColor = Color(this.mainColor).alpha(0.5).string();
68
68
  },
69
69
  methods: {
70
70
  doLogin(){