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