|
@@ -21,8 +21,6 @@ Component({
|
|
|
const that = this;
|
|
|
const { ctype } = e.currentTarget.dataset;
|
|
|
that.setData({ cType: ctype })
|
|
|
- // that.setData({ cList: ctype == '0' ? that.data.raceList : that.data.raceteamList })
|
|
|
- // console.log(ctype);
|
|
|
that.triggerEvent('orderChange', ctype)
|
|
|
},
|
|
|
cSearch: function (e) {
|