Commit 5d227bec by kaisa

feat:更新

parent 669bdfa8
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import { import {
anchorSign anchorSign
} from "@/api/activity/recruitmentApi"; } from "@/api/activity/recruitmentApi";
import { showToast } from 'vant';
interface Props { interface Props {
signLevel: number; signLevel: number;
...@@ -78,6 +79,12 @@ const onSubmit = async () => { ...@@ -78,6 +79,12 @@ const onSubmit = async () => {
signuid: formData.value.uid signuid: formData.value.uid
}); });
if (code == 1) {
showToast('簽約成功')
} else {
showToast(msg)
}
} catch (error) { } catch (error) {
} }
}; };
...@@ -331,7 +338,6 @@ const onSubmit = async () => { ...@@ -331,7 +338,6 @@ const onSubmit = async () => {
padding: 859px 49px 24px 49px; padding: 859px 49px 24px 49px;
.stage { .stage {
width: 652px;
height: 100%; height: 100%;
.stage-title { .stage-title {
...@@ -369,7 +375,7 @@ const onSubmit = async () => { ...@@ -369,7 +375,7 @@ const onSubmit = async () => {
.text-content { .text-content {
background-image: url(../../image/dialogCenter.png); background-image: url(../../image/dialogCenter.png);
background-size: 100%; background-size: 100%;
min-height: 200px; min-height: 220px;
.content-overflow { .content-overflow {
background-image: url(../../image/contentBg.png); background-image: url(../../image/contentBg.png);
...@@ -507,7 +513,6 @@ const onSubmit = async () => { ...@@ -507,7 +513,6 @@ const onSubmit = async () => {
} }
.sign { .sign {
width: 652px;
height: 100%; height: 100%;
padding-top: 30px; padding-top: 30px;
......
...@@ -25,9 +25,6 @@ const getAnchorSignView = async () => { ...@@ -25,9 +25,6 @@ const getAnchorSignView = async () => {
// 签约平台 // 签约平台
platformList.value = data.list; platformList.value = data.list;
console.log(platformList.value,'??');
// 签约状态 0 需要签约页面 1 签约结果页面 // 签约状态 0 需要签约页面 1 签约结果页面
if (data.signInfo == 1) { if (data.signInfo == 1) {
isShowReview.value = true isShowReview.value = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment