提交,无实际改动

This commit is contained in:
xiaogang 2024-07-05 11:22:42 +08:00
parent 50530c34e8
commit f5dd614ed2
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<body> <body>
<div id="app" :style={background:bgcolor}> <div id="app" :style={background:bgcolor}>
接触项目接手测试,无实际意义
<!-- 弹出提示 --> <!-- 弹出提示 -->
<model-pop :show.sync="popShow" :title="popTitle" :status="popStatus" :text="popText"></model-pop> <model-pop :show.sync="popShow" :title="popTitle" :status="popStatus" :text="popText"></model-pop>
@ -124,6 +123,8 @@
//获取链接携带的参数 //获取链接携带的参数
let linkId = getQueryString('id'); let linkId = getQueryString('id');
let keyCode = getQueryString('key'); let keyCode = getQueryString('key');
// linkId = '3438'
// keyCode="AAACm5p65D48ZquM"
if (!linkId) {//地址栏无携带id if (!linkId) {//地址栏无携带id
let path = window.location.pathname; let path = window.location.pathname;

View File

@ -35,6 +35,7 @@
<body> <body>
<div id="reduce" :style="{paddingTop:this.outTime.length>0?'0':'0.21rem'}"> <div id="reduce" :style="{paddingTop:this.outTime.length>0?'0':'0.21rem'}">
随便测试,无实际改动
<!-- 弹出框 --> <!-- 弹出框 -->
<div class="mask" v-if="maskshow"></div> <div class="mask" v-if="maskshow"></div>
<!-- 单条弹出框 --> <!-- 单条弹出框 -->