Showing
1 changed file
with
10 additions
and
0 deletions
| ... | ... | @@ -54,6 +54,11 @@ |
| 54 | 54 | <button class="link-image" @tap="onWenxinAuthorization"> |
| 55 | 55 | <image class="image" src="../../static/weixin.png" mode="aspectFill"></image> |
| 56 | 56 | </button> |
| 57 | + <!-- #ifdef APP-PLUS --> | |
| 58 | + <!-- <button class="link-image" @click="onWenxinAppAuthorization"> | |
| 59 | + <image class="image" src="../../static/weixin.png" mode="aspectFill"></image> | |
| 60 | + </button> --> | |
| 61 | + <!-- #endif --> | |
| 57 | 62 | </view> |
| 58 | 63 | </view> |
| 59 | 64 | </view> |
| ... | ... | @@ -203,7 +208,12 @@ |
| 203 | 208 | }, |
| 204 | 209 | }); |
| 205 | 210 | }, |
| 211 | + //#endif | |
| 212 | + | |
| 213 | + //#ifdef APP-PLUS | |
| 214 | + // onWenxinAppAuthorization() { | |
| 206 | 215 | |
| 216 | + // }, | |
| 207 | 217 | //#endif |
| 208 | 218 | |
| 209 | 219 | saveUserInfo() { | ... | ... |