Browse Source

no message

xiaoxin 11 months ago
parent
commit
d7d7050ab3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/detail/detail.vue

+ 2 - 0
pages/detail/detail.vue

@@ -869,7 +869,9 @@ export default {
 		},
 		},
 		handleGoPull(linkProUrl) {
 		handleGoPull(linkProUrl) {
 			let temURL = linkProUrl.slice(22)
 			let temURL = linkProUrl.slice(22)
+			// console.log(temURL)
 			let url = 'https://f10mfe54bri.720yun.com' + temURL
 			let url = 'https://f10mfe54bri.720yun.com' + temURL
+			// console.log(url)
 			uni.navigateTo({
 			uni.navigateTo({
 				url: `/pagesSub/web/web?url=${url}`
 				url: `/pagesSub/web/web?url=${url}`
 			})
 			})