Przeglądaj źródła

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

张延森 5 lat temu
rodzic
commit
e748a048c1

+ 2
- 0
src/pages/activity/detail/assemble.js Wyświetl plik

@@ -83,6 +83,8 @@ export default class Detail extends Component {
83 83
         this.toggleGrantAvatar()
84 84
       }
85 85
       this.initPageData()
86
+      // Taro.setStorageSync('router', { query: {} })
87
+      // console.log(Taro.getStorageSync('router'),"hhhhhhhhhhhhhhhhhhhhhh")
86 88
     })
87 89
   }
88 90
 

+ 0
- 3
src/pages/activity/detail/index.js Wyświetl plik

@@ -12,7 +12,6 @@ import { getQrCodeParams } from '@utils/qrcode'
12 12
 import { getCardDetail } from '@services/card'
13 13
 import { ROLE_CODE } from '@constants/user'
14 14
 import Consultant from '@components/consultant'
15
-import AuthorizationComponent from '@components/authorizationComponent'
16 15
 import {
17 16
   addActivityShareNum,
18 17
   signupActivity,
@@ -391,7 +390,6 @@ export default class Detail extends Component {
391 390
     const { userInfo: { person: { phone, personId, nickname, name } } } = this.props
392 391
     return (
393 392
       <Block>
394
-        <AuthorizationComponent>
395 393
         {/* 生成海报 */}
396 394
         {posterVisible && (<Poster data={posterData} toggle={this.togglePosterStatus}></Poster>)}
397 395
 
@@ -504,7 +502,6 @@ export default class Detail extends Component {
504 502
             </View>
505 503
           )
506 504
         }
507
-      </AuthorizationComponent>
508 505
       </Block>
509 506
     )
510 507
   }