This commit is contained in:
Ling53666
2025-05-15 21:01:14 +08:00
parent 9b8553930b
commit 7c371623eb
35 changed files with 620 additions and 401 deletions

View File

@ -1,9 +1,11 @@
import {url} from '../../request'
const { checkLogin } = require('../../utils/logcheck');
Page({
data: {
},
onLoad(options){
checkLogin();
const id = options.id
this.setData({
id:id
@ -47,6 +49,9 @@ Page({
icon: 'sucess',
duration: 2000
})
wx.navigateBack({
delta: 1
})
}else{
wx.showToast({
title: res.data.message,