You've already forked qlg.frontend
交易规则调优
This commit is contained in:
@ -9,7 +9,8 @@ const app = new Vue({
|
||||
data() {
|
||||
return {
|
||||
noteData: [
|
||||
]
|
||||
],
|
||||
counter: 0
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@ -36,7 +37,14 @@ const app = new Vue({
|
||||
},
|
||||
create(){
|
||||
// some jump
|
||||
mui.toast("跳转")
|
||||
if(this.counter < 10){
|
||||
mui.toast("跳转")
|
||||
this.counter ++ ;
|
||||
}else{
|
||||
mui.toast("开发中")
|
||||
this.counter = 0;
|
||||
JZL.openWindow('trade_rule.html', 'trade_rule.html')
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
Reference in New Issue
Block a user