feat: 支付宝登录测试&
This commit is contained in:
@@ -103,8 +103,9 @@
|
||||
bgColor="#f1f6ff00"
|
||||
></up-image>
|
||||
微信登录
|
||||
</view>
|
||||
<view v-if="!isIOS" class="login_other_item" @click="alipayOneLogin">
|
||||
</view>
|
||||
<view class="login_other_item" @click="aa">
|
||||
<!-- <view v-if="!isIOS" class="login_other_item" @click="alipayOneLogin"> -->
|
||||
<up-image
|
||||
src="/static/login/ZFB.png"
|
||||
width="44"
|
||||
@@ -202,7 +203,20 @@ export default {
|
||||
loading: false,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
methods: {
|
||||
|
||||
aa(){
|
||||
const nativiPlugin = uni.requireNativePlugin('WITTestUniPlugin');
|
||||
console.log("隐藏原生tabbar",nativiPlugin)
|
||||
nativiPlugin.testAsyncFunc({},
|
||||
(ret) => {
|
||||
uni.showToast({
|
||||
title: '调用异步方法 ' + ret,
|
||||
icon: "none"
|
||||
})
|
||||
console.log(ret);
|
||||
});
|
||||
},
|
||||
jumpHome() {
|
||||
// const sysPlatform = getCurrentSysPlatform();
|
||||
// if(sysPlatform === "android"){
|
||||
|
||||
Reference in New Issue
Block a user