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