@@ -20,7 +20,6 @@ Component({
orderChange: function (e) {
const that = this;
const { ctype } = e.currentTarget.dataset;
- that.setData({ cType: ctype })
that.triggerEvent('orderChange', ctype)
},
cSearch: function (e) {