随便测试一下,代码没有实际改动
This commit is contained in:
parent
ebea398cfe
commit
50530c34e8
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="ysf">
|
<div id="ysf">
|
||||||
|
随便测试一下,勿动
|
||||||
<!-- <img @click="backGoodsFn" v-if="!isMini" class="backIcon"
|
<!-- <img @click="backGoodsFn" v-if="!isMini" class="backIcon"
|
||||||
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png" alt=""> -->
|
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png" alt=""> -->
|
||||||
<div class="prompt" :class="promptShow?'proactive':''">
|
<div class="prompt" :class="promptShow?'proactive':''">
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
|
@ -130,6 +131,7 @@
|
||||||
let parmasResult = parmas.filter(n => n);
|
let parmasResult = parmas.filter(n => n);
|
||||||
linkId = parmasResult && parmasResult.length > 0 ? parmasResult[0] : 1402; //链接携带落地页渲染id
|
linkId = parmasResult && parmasResult.length > 0 ? parmasResult[0] : 1402; //链接携带落地页渲染id
|
||||||
keyCode = parmasResult && parmasResult.length > 1 ? parmasResult[1] : null; //链接携带key
|
keyCode = parmasResult && parmasResult.length > 1 ? parmasResult[1] : null; //链接携带key
|
||||||
|
console.log(keyCode);
|
||||||
}
|
}
|
||||||
if (linkId.length > 10) {
|
if (linkId.length > 10) {
|
||||||
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
|
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
|
||||||
|
@ -174,6 +176,7 @@
|
||||||
// 存储时间 注意!!!:新网项目需要跳转到 直连天下授权 所以需要存储时间,必须用 localStorage 不然会消失!!!
|
// 存储时间 注意!!!:新网项目需要跳转到 直连天下授权 所以需要存储时间,必须用 localStorage 不然会消失!!!
|
||||||
localStorage.setItem("key_expiration_time", res.data.key_expiration_time);
|
localStorage.setItem("key_expiration_time", res.data.key_expiration_time);
|
||||||
// 统一跳转函数
|
// 统一跳转函数
|
||||||
|
|
||||||
this.gotoPage(res.data, 1);
|
this.gotoPage(res.data, 1);
|
||||||
} else {
|
} else {
|
||||||
self.openErrorDialog(res.message);
|
self.openErrorDialog(res.message);
|
||||||
|
|
Loading…
Reference in New Issue