jevononlie 5 months ago
parent c6efbaaf2e
commit 880e1d8e27

@ -2,7 +2,7 @@
* @Author: jevononlie 728254585@qq.com
* @Date: 2024-05-16 16:30:17
* @LastEditors: jevononlie 728254585@qq.com
* @LastEditTime: 2024-05-27 13:36:51
* @LastEditTime: 2024-05-28 16:58:55
* @FilePath: /app-nx-personal/src/pages/recyclingCabinet/recyclingCabinet.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@ -14,8 +14,10 @@ const { safeAreaInsets } = uni.getSystemInfoSync()
onShow(() => {
//
})
onLoad((options) => {
console.log('options垃圾箱扫描过来参数', JSON.stringify(options, null, 4))
//
onLoad((query) => {
const q = decodeURIComponent(query.q) //
console.log('options垃圾箱扫描过来参数', JSON.stringify(q, null, 4))
})
const handleDustbin = () => {
uni.redirectTo({

Loading…
Cancel
Save