Commit baa10f2d by kaisa

feat:更新

parent f44eb557
......@@ -37,9 +37,9 @@ const columns = ref<ColumnItem[]>([])
// 进度条
const stages = [
{ label: '試合作', time: "15天" },
{ label: '中期合作', time: "180天或收穫200w螢火" },
{ label: '長期合作', time: "365天" }
{ label: '試合作', time: "15天", msg: "第一階段" },
{ label: '中期合作', time: "180天或收穫200w螢火", msg: "第二階段" },
{ label: '長期合作', time: "365天", msg: "第三階段" }
];
const stageIndex = ref(0)
......@@ -319,7 +319,8 @@ const onSubmit = async () => {
<div class="info-bottom"></div>
</div>
<div class="confirm">
<span class="message">我們希望能和您開啟第一階段「試合作」,讓我們與你一起經營直播間。 </span>
<span class="message">我們希望能和您開啟{{ stages[stageIndex].msg }}{{ stages[stageIndex].label
}}」,讓我們與你一起經營直播間。 </span>
<img src="../../image/btn.png" alt="" @click="onSubmit">
<span class="tips">簽約將在24小時內完成審核</span>
</div>
......
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