This commit is contained in:
weipengfei 2024-03-23 11:03:38 +08:00
parent 8b2b5a9229
commit 7fc82a6295
2 changed files with 15 additions and 9 deletions

View File

@ -51,15 +51,16 @@ export function toLogin(push, pathLogin) {
Cache.set('login_back_url', path);
// #ifdef H5
if (isWeixin()) {
if (Cache.get('WECHAT_APPID')) {
uni.navigateTo({
url: '/pages/users/wechat_login/index',
});
} else {
return uni.navigateTo({
url: '/pages/users/login/login_copy'
})
}
auth.oAuth();
// if (Cache.get('WECHAT_APPID')) {
// uni.navigateTo({
// url: '/pages/users/wechat_login/index',
// });
// } else {
// return uni.navigateTo({
// url: '/pages/users/login/login_copy'
// })
// }
} else {
if (path !== pathLogin) {
push ? uni.navigateTo({

View File

@ -1,10 +1,15 @@
<template>
<view class="container">
<!-- #ifdef APP-PLUS -->
<view v-if="!isWeixin" class="v-navbar">
<u-navbar title="提货付款" :safeAreaInsetTop="false" :fixed="false" @leftClick="leftClick" bgColor="transparent"
leftIconColor="#333" :titleStyle="{color:'#333',fontWeight:'bold',fontSize:'32rpx'}">
</u-navbar>
</view>
<!-- #endif -->
<!-- #ifdef H5 -->
<view style="height: 100rpx;"></view>
<!-- #endif -->
<view style="height: 50rpx;"></view>
<view class="wrap">
<view class="shop">