feat: 支付宝登录测试&

This commit is contained in:
2025-10-18 17:31:15 +08:00
parent b8006c8498
commit 7214c8dc6f
16 changed files with 1124 additions and 918 deletions
+17 -3
View File
@@ -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"){