forms/select/CSelect.vue
@@ -107,6 +107,9 @@ } else { url += '?mode=CSelect'; } if (this.chose && typeof this.chose.value !== 'undefined') { url += '&value=' + JSON.stringify(this.chose.value); } Taro.navigateTo({ url, events: { @@ -117,7 +120,7 @@ value, }; this.itemRes.onChange(value); this.onSelectFromPage(data); this.onSelectFromPage && this.onSelectFromPage(data); }, }, });