制作订单详情页面
This commit is contained in:
@ -94,6 +94,9 @@ try {
|
||||
uNumberBox: function () {
|
||||
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-number-box/u-number-box */ "components/uview-ui/components/u-number-box/u-number-box").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-number-box/u-number-box.vue */ 332))
|
||||
},
|
||||
shopSpec: function () {
|
||||
return __webpack_require__.e(/*! import() | components/shop-spec/shop-spec */ "components/shop-spec/shop-spec").then(__webpack_require__.bind(null, /*! @/components/shop-spec/shop-spec.vue */ 340))
|
||||
},
|
||||
}
|
||||
} catch (e) {
|
||||
if (
|
||||
@ -116,6 +119,11 @@ var render = function () {
|
||||
var _vm = this
|
||||
var _h = _vm.$createElement
|
||||
var _c = _vm._self._c || _h
|
||||
if (!_vm._isMounted) {
|
||||
_vm.e0 = function ($event) {
|
||||
_vm.showSpec = false
|
||||
}
|
||||
}
|
||||
}
|
||||
var recyclableRender = false
|
||||
var staticRenderFns = []
|
||||
@ -149,7 +157,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/* WEBPACK VAR INJECTION */(function(uni) {
|
||||
|
||||
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
@ -254,6 +262,8 @@ var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/r
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
var _default2 = {
|
||||
name: "cate-one",
|
||||
props: {
|
||||
@ -269,8 +279,9 @@ var _default2 = {
|
||||
selectIndex: 0,
|
||||
cateList: [],
|
||||
cateName: '',
|
||||
showCart: true,
|
||||
numberVal: 1
|
||||
numberVal: 1,
|
||||
showCart: false,
|
||||
showSpec: false
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@ -316,7 +327,13 @@ var _default2 = {
|
||||
// this.goodsList = data.dataList
|
||||
// this.status = data.status
|
||||
,
|
||||
changeNumber: function changeNumber() {}
|
||||
changeNumber: function changeNumber() {},
|
||||
// 跳转商品详情页
|
||||
toShop: function toShop() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/shop/shop'
|
||||
});
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
list: {
|
||||
@ -335,6 +352,7 @@ var _default2 = {
|
||||
}
|
||||
};
|
||||
exports.default = _default2;
|
||||
/* 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