소스 검색

绑定销售码相关修改

XSLu08042 1 개월 전
부모
커밋
e2e810a9e4
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pages_user/addHealthButler.vue
  2. 1 2
      pages_user/downApp.vue

+ 1 - 1
pages_user/addHealthButler.vue

@@ -20,7 +20,7 @@
 			}
 		},
 		onLoad(options) {
-			this.userId=options.userId;
+			this.userId=options.userId || uni.getStorageSync('userId');
 			console.log(options.userId)
 			this.getQRCode()
 		},

+ 1 - 2
pages_user/downApp.vue

@@ -1,6 +1,5 @@
 <template>
-	<!-- <web-view src="https://h5vips.cdwjyyh.com/pages/index/appDownload?source=weixin"></web-view> -->
-	<web-view src="https://m.malink.cn/s/BFNFFz"></web-view>
+	<web-view src="https://h5vips.cdwjyyh.com/pages/index/appDownload?source=weixin"></web-view>
 </template>
 
 <script>