更改登录流程

This commit is contained in:
魏啾
2024-05-27 14:24:11 +08:00
parent 8386120c87
commit 72be3befa7
3 changed files with 38 additions and 14 deletions

View File

@@ -52,6 +52,7 @@
uni.scanCode({
success: (res) => {
let tableCode = this.getQueryString(decodeURIComponent(res.result), 'code')
uni.cache.set('tableCode', this.tableCode)
if (tableCode) {
uni.pro.navigateTo('order_food/order_food', {
tableCode: tableCode,