jufubao-base 1.0.186 → 1.0.187

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.186",
3
+ "version": "1.0.187",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -30,7 +30,7 @@
30
30
  <view v-show="index !== 0" :style="{background: lineColor}"></view>
31
31
  </view>
32
32
  </view>
33
- <view class="xd-fast-nave__body-mask" v-if="!close" @click="close=true"></view>
33
+ <view class="xd-fast-nave__body-mask" v-if="0&&!close" @click="close=true"></view>
34
34
  </view>
35
35
  </view>
36
36
  </template>
@@ -112,7 +112,6 @@
112
112
  console.warn(item.path);
113
113
  return;
114
114
  }
115
- this.close = true;
116
115
  this.$xdUniHelper.navigateTo({
117
116
  url: item.path
118
117
  },false);