Commit 8babf192 by 刘海龙

1111

parent 61c37195
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
}, },
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
console.log(tab)
} }
} }
}) })
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
}, },
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
console.log(tab)
}, },
onDownload: function (isBuy, price, path) { onDownload: function (isBuy, price, path) {
if ( (isBuy || price == 0) && path ) { if ( (isBuy || price == 0) && path ) {
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
console.log(tab)
}, },
startDo: function(item) { startDo: function(item) {
......
...@@ -450,7 +450,6 @@ ...@@ -450,7 +450,6 @@
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
console.log(tab) console.log(tab)
console.log(1111)
}, },
onCellTap: function(url) { onCellTap: function(url) {
window.location.href = url window.location.href = url
......
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 to comment