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,

View File

@ -7,7 +7,9 @@
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" bindinput="phone" />
</view>
</view>
<view class="flex-col justify-start items-center text-wrapper_2 mt-609" bind:tap="submit">
<text class="text_3">申请资料报备</text>
</view>
<view class="bottoma">
<view class="youbuttonm" bind:tap="jiedan">
<text style="color: white;">申请资料报备</text>
</view>
</view>
</view>

View File

@ -1,8 +1,22 @@
.ml-124 {
margin-left: 238.46rpx;
}
.mt-609 {
margin-top: 1171.15rpx;
.bottoma{
width: 100%;
height: 60px;
display: flex;
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
}
.youbuttonm{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #ff8d1a;
}
.page {
background-color: #ffffff;