Commit ead364d7 by 展昭

对西安锦露祥商贸打开vconsole。

parent 08100f97
Showing with 8 additions and 1 deletions
...@@ -441,7 +441,9 @@ export default { ...@@ -441,7 +441,9 @@ export default {
console.log("this.nativePayUrl=", this.nativePayUrl); console.log("this.nativePayUrl=", this.nativePayUrl);
}, },
err => { err => {
console.log(err); const VConsole = require('vconsole')
const my_console = new VConsole();
console.log(err);
} }
); );
}, },
...@@ -480,6 +482,11 @@ export default { ...@@ -480,6 +482,11 @@ export default {
localPerIndex=localPerIndex>this.period.length-1?this.period.length-1:localPerIndex; localPerIndex=localPerIndex>this.period.length-1?this.period.length-1:localPerIndex;
this.currentPerIndex = localPerIndex; this.currentPerIndex = localPerIndex;
this.currentPerId = this.period[localPerIndex].id; this.currentPerId = this.period[localPerIndex].id;
if(this.currentPerId=='2958927'){
const VConsole = require('vconsole')
const my_console = new VConsole();
}
this.currentPerName = this.period[localPerIndex].name; this.currentPerName = this.period[localPerIndex].name;
this.savePerBeginDate(this.period[localPerIndex].beginDate); this.savePerBeginDate(this.period[localPerIndex].beginDate);
} else { } else {
......
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