Commit 7823e3bf by 谢中龙

修改弹出框

parent cbe598e3
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
<contact-us-modal contactShow="{{contactUsModal}}"/> <contact-us-modal contactShow="{{contactUsModal}}"/>
<!-- 广告 --> <!-- 广告 -->
<ad-dialog pageInfo="{{pageInfo}}" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/> <ad-dialog pageInfo="{{pageInfo}}" bind:updatePage="updatePage" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/>
\ No newline at end of file \ No newline at end of file
...@@ -81,4 +81,4 @@ ...@@ -81,4 +81,4 @@
<exception wx:if="{{!apiIsOk}}" bind:reCall="onTapReCall"/> <exception wx:if="{{!apiIsOk}}" bind:reCall="onTapReCall"/>
<!-- 广告 --> <!-- 广告 -->
<ad-dialog pageInfo="{{pageInfo}}" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/> <ad-dialog pageInfo="{{pageInfo}}" bind:updatePage="updatePage" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/>
...@@ -38,4 +38,4 @@ ...@@ -38,4 +38,4 @@
<go-guid/> <go-guid/>
<!-- 广告 --> <!-- 广告 -->
<ad-dialog pageInfo="{{pageInfo}}" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/> <ad-dialog pageInfo="{{pageInfo}}" bind:updatePage="updatePage" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/>
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment