mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	使用 uview 重构实际登陆
This commit is contained in:
		
							
								
								
									
										13
									
								
								yudao-vue-ui/uni_modules/uview-ui/libs/mixin/mpShare.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								yudao-vue-ui/uni_modules/uview-ui/libs/mixin/mpShare.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
    onLoad() {
 | 
			
		||||
        // 设置默认的转发参数
 | 
			
		||||
        uni.$u.mpShare = {
 | 
			
		||||
            title: '', // 默认为小程序名称
 | 
			
		||||
            path: '', // 默认为当前页面路径
 | 
			
		||||
            imageUrl: '' // 默认为当前页面的截图
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    onShareAppMessage() {
 | 
			
		||||
        return uni.$u.mpShare
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user