制作订单详情页面

This commit is contained in:
2025-04-26 14:40:25 +08:00
parent 6ae3444ed9
commit 0ab586dc2f
11 changed files with 56 additions and 14 deletions

View File

@ -115,6 +115,9 @@ try {
uImage: function () {
return __webpack_require__.e(/*! import() | components/uview-ui/components/u-image/u-image */ "components/uview-ui/components/u-image/u-image").then(__webpack_require__.bind(null, /*! @/components/uview-ui/components/u-image/u-image.vue */ 181))
},
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 */ 334))
},
}
} catch (e) {
if (
@ -137,6 +140,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 = []
@ -258,6 +266,8 @@ exports.default = void 0;
//
//
//
//
//
var _default = {
data: function data() {
return {
@ -267,8 +277,14 @@ var _default = {
}, {
image: "http://jianbing-media.stnav.com/frontend/img/banner.png",
title: "身无彩凤双飞翼,心有灵犀一点通"
}]
}],
showSpec: false
};
},
methods: {
chooseSpec: function chooseSpec() {
this.showSpec = true;
}
}
};
exports.default = _default;