wangguoyu 5 月之前
父节点
当前提交
2ccc00b361
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      pages/login/index.vue

+ 6 - 2
pages/login/index.vue

@@ -46,7 +46,10 @@
 	import agreeDialog from './agreeDialog.vue'
 	import agreeDialog from './agreeDialog.vue'
 	import {
 	import {
 		wxLogin,
 		wxLogin,
-	} from "@/api/login.js"
+	} from "@/api/login.js"
+	import {
+		toast,getUserIdentity
+	} from "@/utils/common";
 import { error } from "uview-plus";
 import { error } from "uview-plus";
 	let indexData = reactive({
 	let indexData = reactive({
 		phoneNumber: null,
 		phoneNumber: null,
@@ -120,7 +123,8 @@ import { error } from "uview-plus";
 	}
 	}
 
 
 	const wxLoginClick = () => {
 	const wxLoginClick = () => {
-		console.log('11111');
+		toast("暂无此功能")
+		return false
 		uni.login({
 		uni.login({
 			"provider": "weixin",
 			"provider": "weixin",
 			"onlyAuthorize": true, // 微信登录仅请求授权认证
 			"onlyAuthorize": true, // 微信登录仅请求授权认证