提交 ce09429b 编写于 作者: C Catouse

* remove debug info.

上级 996ff0ec
......@@ -280,8 +280,7 @@ label.code {font-size: 12px; color: #999;}
var fakeServerRoute = function(options) {
console.log('请求地址', this.url);
var count = 0;
return false;
if(Math.random() < 0.2) {
if(Math.random() < 0.3) {
return false;
}
if(Math.random() > 0.2) {
......
......@@ -244,7 +244,7 @@
});
// Debug
console.log('Picker', that);
// console.log('Picker', that);
};
Picker.prototype.select = function(value) {
......@@ -728,7 +728,7 @@
};
Picker.prototype.setValue = function(value) {
console.log('setValue', value);
// console.log('setValue', value);
var that = this;
var options = that.options;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册