Browse Source

Merge branch '2025北京诚祥' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥

tanxue 2 months ago
parent
commit
9b8518e5a2
1 changed files with 11 additions and 1 deletions
  1. 11 1
      pages/client/jiazheng/shareImage.vue

+ 11 - 1
pages/client/jiazheng/shareImage.vue

@@ -98,7 +98,17 @@
 		},
 		onLoad(options) {
 			this.pageInfo.uuid = options.uuid;
-			this.getJianliInfo()
+			if(this.pageInfo.uuid){
+							this.getJianliInfo()
+			}else{
+				uni.showToast({
+					title: '获取内容失败',
+					icon: 'none',
+					duration: 2000
+				})
+				return false
+			}
+
 		},
 		methods: {
 			getJianliInfo() {