|
|
@ -8,8 +8,9 @@ |
|
|
|
<NavBar ref="nav" navTitle="绑定云菜窖卡" :showIcon="true" :start-change-height="page.startHeight" |
|
|
|
:end-change-height="page.endHeight"> |
|
|
|
</NavBar> |
|
|
|
<view > |
|
|
|
<image src="https://supervise.yxtsoft.com/lpk/image/card_example.png" mode="scaleToFill" style="width: 100%;height: 70vw"></image> |
|
|
|
<view> |
|
|
|
<image src="https://supervise.yxtsoft.com/lpk/image/card_example.png" mode="scaleToFill" |
|
|
|
style="width: 100%;height: 70vw"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
@ -85,6 +86,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
onUnload() { |
|
|
|
let pages = getCurrentPages().length - 1; |
|
|
|
wx.navigateBack({ |
|
|
|
delta: pages |
|
|
|
}) |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
let _this = this; |
|
|
|
wx.login({ |
|
|
@ -132,7 +139,7 @@ |
|
|
|
}); |
|
|
|
|
|
|
|
if (options) { |
|
|
|
console.log("options", options) |
|
|
|
console.log("options", options) |
|
|
|
|
|
|
|
const q = decodeURIComponent(options.q) // 获取到二维码原始链接内容 |
|
|
|
console.log("二维码原始链接内容", q) |
|
|
|