@conecli/cone-render 0.8.15-alpha.14 → 0.8.15-alpha.17

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.
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
2
1
  urlCookie
2
+ import Taro from '@tarojs/taro'
3
3
  urlCookie
@@ -1,8 +1,8 @@
1
1
 
2
2
  .d-floor-exposure {
3
3
  position: absolute;
4
+ width: 1PX;
4
5
  height: 0;
5
- width: 100%;
6
6
  opacity: 0;
7
7
  pointer-events: none;
8
8
  }
@@ -1,10 +1,8 @@
1
1
 
2
2
  .root {
3
- position: absolute;
4
- left: 0;
5
- top: 0;
6
- width: 100%;
7
- height: 100%;
8
- min-width: 1PX;
9
- min-height: 1PX;
3
+ position: absolute;
4
+ width: 1PX;
5
+ height: 0;
6
+ opacity: 0;
7
+ pointer-events: none;
10
8
  }
@@ -1 +1 @@
1
- import global from '../common'
2
1
  console.log('window.shopGlobalSwitch:', JSON.stringify(window.shopGlobalSwitch))
3
2
  console.log('进入了 isH5AndJingGouMini && this.isH5OpenToWxapp 的if')
4
3
  this.jingGouMiniState = true
5
4
  window.isJingGouMiniViewState = true
6
5
  console.log('进入了 iwx?.miniProgram then ')
7
6
  global.info.isJingGouMiniViewState = true
8
7
  if (location.pathname == '/shop/home') {
9
8
  const getQueryData = parseQueryUrlString(
10
9
  location.search,
11
10
  )
12
11
  this.jdJumpToShopHome({
13
12
  ...getQueryData,
14
13
  type: 'redirectTo',
15
14
  })
16
15
  }
17
16
  console.log('进入了 isH5AndJingGouMini && this.isH5OpenToWxapp 的esle')
18
17
  }
18
+ import global from '../common'
19
19
  console.log('window.shopGlobalSwitch:', JSON.stringify(window.shopGlobalSwitch))
20
20
  console.log('进入了 isH5AndJingGouMini && this.isH5OpenToWxapp 的if')
21
21
  this.jingGouMiniState = true
22
22
  window.isJingGouMiniViewState = true
23
23
  console.log('进入了 iwx?.miniProgram then ')
24
24
  global.info.isJingGouMiniViewState = true
25
25
  if (location.pathname == '/shop/home') {
26
26
  const getQueryData = parseQueryUrlString(
27
27
  location.search,
28
28
  )
29
29
  this.jdJumpToShopHome({
30
30
  ...getQueryData,
31
31
  type: 'redirectTo',
32
32
  })
33
33
  }
34
34
  console.log('进入了 isH5AndJingGouMini && this.isH5OpenToWxapp 的esle')
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.15-alpha.14",
3
+ "version": "0.8.15-alpha.17",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"