Commit 17568461 by 陈超

T

parent 2c641795
...@@ -319,12 +319,12 @@ ...@@ -319,12 +319,12 @@
}, },
onCategory: function(id, title) { onCategory: function(id, title) {
this.onCondition('category') this.onCondition(id, title, 'category')
this.cate = id this.cate = id
}, },
onBuy: function(type, title) { onBuy: function(type, title) {
this.onCondition('buy') this.onCondition(type, title, 'buy')
this.buy = type this.buy = type
}, },
......
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