完善功能
This commit is contained in:
@ -101,16 +101,16 @@ var components
|
||||
try {
|
||||
components = {
|
||||
uSearch: function () {
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-search/u-search */ "components/uview-ui/components/u-search/u-search").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-search/u-search.vue */ 468))
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-search/u-search */ "components/uview-ui/components/u-search/u-search").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-search/u-search.vue */ 477))
|
||||
},
|
||||
uIcon: function () {
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-icon/u-icon */ "components/uview-ui/components/u-icon/u-icon").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-icon/u-icon.vue */ 318))
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-icon/u-icon */ "components/uview-ui/components/u-icon/u-icon").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-icon/u-icon.vue */ 327))
|
||||
},
|
||||
uButton: function () {
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-button/u-button */ "components/uview-ui/components/u-button/u-button").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-button/u-button.vue */ 325))
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-button/u-button */ "components/uview-ui/components/u-button/u-button").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-button/u-button.vue */ 334))
|
||||
},
|
||||
cateOne: function () {
|
||||
return __webpack_require__.e(/*! import() | components/cate-one/cate-one */ "components/cate-one/cate-one").then(__webpack_require__.bind(null, /*! @/components/cate-one/cate-one.vue */ 475))
|
||||
return __webpack_require__.e(/*! import() | components/cate-one/cate-one */ "components/cate-one/cate-one").then(__webpack_require__.bind(null, /*! @/components/cate-one/cate-one.vue */ 484))
|
||||
},
|
||||
}
|
||||
} catch (e) {
|
||||
@ -167,7 +167,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/* WEBPACK VAR INJECTION */(function(uni) {
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
@ -200,8 +200,6 @@ var _store = __webpack_require__(/*! @/api/store */ 40);
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
var _default = {
|
||||
data: function data() {
|
||||
return {
|
||||
@ -220,10 +218,16 @@ var _default = {
|
||||
_this.cateList = res.data;
|
||||
}
|
||||
});
|
||||
},
|
||||
toSearch: function toSearch() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/shop/search'
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
||||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user