Commit 04cc27d37ab26cba4e2794805f3dcd17261398cf

Authored by fengtao
1 parent 1a1e18c6

pref:APP端第三方登录暂时没做

... ... @@ -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() {
... ...