Commit ead364d7 by 展昭

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

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