需求497
This commit is contained in:
parent
b6f19609c3
commit
c9a035db55
|
@ -247,10 +247,10 @@
|
||||||
tabStaticComponent
|
tabStaticComponent
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if(window.location.href.indexOf("https") != -1){
|
// if(window.location.href.indexOf("https") != -1){
|
||||||
const url = window.location.href.replace("https", "http");
|
// const url = window.location.href.replace("https", "http");
|
||||||
window.location.replace(url);
|
// window.location.replace(url);
|
||||||
}
|
// }
|
||||||
let openid = getQueryString("openid");
|
let openid = getQueryString("openid");
|
||||||
if (openid) {
|
if (openid) {
|
||||||
localStorage.setItem('openid', openid);
|
localStorage.setItem('openid', openid);
|
||||||
|
@ -519,7 +519,7 @@
|
||||||
this.maskshow = true;
|
this.maskshow = true;
|
||||||
this.popboxshow = true;
|
this.popboxshow = true;
|
||||||
this.popboxtype = '提示';
|
this.popboxtype = '提示';
|
||||||
if(gstatus === 23 && row.period_tips_text) {
|
if(gstatus == 23 && row.period_tips_text) {
|
||||||
this.tiptext = row.period_tips_text
|
this.tiptext = row.period_tips_text
|
||||||
} else {
|
} else {
|
||||||
this.tiptext = product_status(gstatus, row);
|
this.tiptext = product_status(gstatus, row);
|
||||||
|
|
|
@ -140,10 +140,10 @@
|
||||||
modelPop
|
modelPop
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if(window.location.href.indexOf("https") != -1){
|
// if(window.location.href.indexOf("https") != -1){
|
||||||
const url = window.location.href.replace("https", "http");
|
// const url = window.location.href.replace("https", "http");
|
||||||
window.location.replace(url);
|
// window.location.replace(url);
|
||||||
}
|
// }
|
||||||
let openid = getQueryString("openid");
|
let openid = getQueryString("openid");
|
||||||
if (openid) {
|
if (openid) {
|
||||||
this.openid = openid;
|
this.openid = openid;
|
||||||
|
|
|
@ -534,7 +534,7 @@
|
||||||
this.maskshow = true;
|
this.maskshow = true;
|
||||||
this.popboxshow = true;
|
this.popboxshow = true;
|
||||||
this.popboxtype = '提示';
|
this.popboxtype = '提示';
|
||||||
if(gstatus === 23 && row.period_tips_text) {
|
if(gstatus == 23 && row.period_tips_text) {
|
||||||
this.tiptext = row.period_tips_text
|
this.tiptext = row.period_tips_text
|
||||||
} else {
|
} else {
|
||||||
this.tiptext = product_status(gstatus, row);
|
this.tiptext = product_status(gstatus, row);
|
||||||
|
|
Loading…
Reference in New Issue