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