|
@@ -13,9 +13,13 @@
|
|
</u-cell-item>
|
|
</u-cell-item>
|
|
</u-cell-group>
|
|
</u-cell-group>
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login()">登录</u-button>
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login()">登录</u-button>
|
|
|
|
+ <!-- #ifdef APP-PLUS -->
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login1()">app微信授权登录</u-button>
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login1()">app微信授权登录</u-button>
|
|
|
|
+ <!-- #endif -->
|
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, backgroundColor: '#07c160'}" open-type="getPhoneNumber"
|
|
<u-button type="warning" :ripple="true" :custom-style="{...customStyle, backgroundColor: '#07c160'}" open-type="getPhoneNumber"
|
|
@getphonenumber="getUserinfoWechat" withCredentials="true">微信一键登录</u-button>
|
|
@getphonenumber="getUserinfoWechat" withCredentials="true">微信一键登录</u-button>
|
|
|
|
+ <!-- #endif -->
|
|
</view>
|
|
</view>
|
|
</u-card>
|
|
</u-card>
|
|
<u-top-tips ref="uTips"></u-top-tips>
|
|
<u-top-tips ref="uTips"></u-top-tips>
|