This commit is contained in:
sa_10_0 2024-12-04 13:47:36 +08:00
parent c162646791
commit c91a5e4a0f
29 changed files with 47 additions and 42 deletions

View File

@ -75,5 +75,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/component/addProduct.vue"]]);
exports.MiniProgramPage = MiniProgramPage; exports.MiniProgramPage = MiniProgramPage;

View File

@ -180,6 +180,7 @@ const stringifySymbol = (v, i = "") => {
var _a; var _a;
return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v; return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
}; };
const LINEFEED = "\n";
const SLOT_DEFAULT_NAME = "d"; const SLOT_DEFAULT_NAME = "d";
const ON_SHOW = "onShow"; const ON_SHOW = "onShow";
const ON_HIDE = "onHide"; const ON_HIDE = "onHide";
@ -620,7 +621,7 @@ function getApiCallbacks(args) {
} }
return apiCallbacks; return apiCallbacks;
} }
function normalizeErrMsg(errMsg, name) { function normalizeErrMsg$1(errMsg, name) {
if (!errMsg || errMsg.indexOf(":fail") === -1) { if (!errMsg || errMsg.indexOf(":fail") === -1) {
return name + ":ok"; return name + ":ok";
} }
@ -637,7 +638,7 @@ function createAsyncApiCallback(name, args = {}, { beforeAll, beforeSuccess } =
const callbackId = invokeCallbackId++; const callbackId = invokeCallbackId++;
addInvokeCallback(callbackId, name, (res) => { addInvokeCallback(callbackId, name, (res) => {
res = res || {}; res = res || {};
res.errMsg = normalizeErrMsg(res.errMsg, name); res.errMsg = normalizeErrMsg$1(res.errMsg, name);
isFunction(beforeAll) && beforeAll(res); isFunction(beforeAll) && beforeAll(res);
if (res.errMsg === name + ":ok") { if (res.errMsg === name + ":ok") {
isFunction(beforeSuccess) && beforeSuccess(res, args); isFunction(beforeSuccess) && beforeSuccess(res, args);
@ -769,7 +770,7 @@ function promisify$1(name, fn) {
} }
function formatApiArgs(args, options) { function formatApiArgs(args, options) {
const params = args[0]; const params = args[0];
if (!options || !options.formatArgs || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) { if (!options || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) {
return; return;
} }
const formatArgs = options.formatArgs; const formatArgs = options.formatArgs;
@ -816,12 +817,12 @@ function beforeInvokeApi(name, args, protocol, options) {
return errMsg; return errMsg;
} }
} }
function parseErrMsg(errMsg) { function normalizeErrMsg(errMsg) {
if (!errMsg || isString(errMsg)) { if (!errMsg || isString(errMsg)) {
return errMsg; return errMsg;
} }
if (errMsg.stack) { if (errMsg.stack) {
console.error(errMsg.message + "\n" + errMsg.stack); console.error(errMsg.message + LINEFEED + errMsg.stack);
return errMsg.message; return errMsg.message;
} }
return errMsg; return errMsg;
@ -835,7 +836,7 @@ function wrapperTaskApi(name, fn, protocol, options) {
} }
return fn(args, { return fn(args, {
resolve: (res) => invokeSuccess(id, name, res), resolve: (res) => invokeSuccess(id, name, res),
reject: (errMsg2, errRes) => invokeFail(id, name, parseErrMsg(errMsg2), errRes) reject: (errMsg2, errRes) => invokeFail(id, name, normalizeErrMsg(errMsg2), errRes)
}); });
}; };
} }
@ -1297,8 +1298,8 @@ function populateParameters(fromRes, toRes) {
appVersion: "1.0.0", appVersion: "1.0.0",
appVersionCode: "100", appVersionCode: "100",
appLanguage: getAppLanguage(hostLanguage), appLanguage: getAppLanguage(hostLanguage),
uniCompileVersion: "4.23", uniCompileVersion: "4.15",
uniRuntimeVersion: "4.23", uniRuntimeVersion: "4.15",
uniPlatform: "mp-weixin", uniPlatform: "mp-weixin",
deviceBrand, deviceBrand,
deviceModel: model, deviceModel: model,
@ -7303,7 +7304,7 @@ function initDefaultProps(options, isBehavior = false) {
}; };
} }
if (options.behaviors) { if (options.behaviors) {
if (options.behaviors.includes("wx://form-field")) { if (options.behaviors.includes("__GLOBAL__://form-field")) {
if (!options.properties || !options.properties.name) { if (!options.properties || !options.properties.name) {
properties.name = { properties.name = {
type: null, type: null,
@ -7474,7 +7475,7 @@ function initBehaviors(vueOptions) {
const behaviors = []; const behaviors = [];
if (isArray(vueBehaviors)) { if (isArray(vueBehaviors)) {
vueBehaviors.forEach((behavior) => { vueBehaviors.forEach((behavior) => {
behaviors.push(behavior.replace("uni://", "wx://")); behaviors.push(behavior.replace("uni://", "__GLOBAL__://"));
if (behavior === "uni://form-field") { if (behavior === "uni://form-field") {
if (isArray(vueProps)) { if (isArray(vueProps)) {
vueProps.push("name"); vueProps.push("name");

View File

@ -10,5 +10,5 @@ function _sfc_render(_ctx, _cache) {
}) })
}; };
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -72,5 +72,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -163,5 +163,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/productmain/productmain.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -15,5 +15,5 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}; };
} }
}); });
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/AppointmentHome.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -15,5 +15,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/BillingOfFees/BillingOfFees.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ContactInformation.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ReservationInstructions/ReservationInstructions.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -10,5 +10,5 @@ function _sfc_render(_ctx, _cache) {
}) })
}; };
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/Simple/Simple.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/bookingpay/bookingpay.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/date.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -153,5 +153,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/respectable/respectable.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -76,5 +76,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/home/home.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -54,5 +54,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/login/login.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -62,5 +62,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/OrderDetails/OrderDetails.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -42,5 +42,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/main/main.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -65,19 +65,19 @@ const _sfc_main = {
}; };
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
a: "", a: _ctx.orderStatus === "全部" ? 1 : "",
b: isSelected("全") ? 1 : "", b: isSelected("全") ? 1 : "",
c: common_vendor.o(($event) => changeTab("全部")), c: common_vendor.o(($event) => changeTab("全部")),
d: "", d: _ctx.orderStatus === "待支付" ? 1 : "",
e: isSelected("待支付") ? 1 : "", e: isSelected("待支付") ? 1 : "",
f: common_vendor.o(($event) => changeTab("待支付")), f: common_vendor.o(($event) => changeTab("待支付")),
g: "", g: _ctx.orderStatus === "待发货" ? 1 : "",
h: isSelected("待发货") ? 1 : "", h: isSelected("待发货") ? 1 : "",
i: common_vendor.o(($event) => changeTab("待发货")), i: common_vendor.o(($event) => changeTab("待发货")),
j: "", j: _ctx.orderStatus === "已发货" ? 1 : "",
k: isSelected("已发货") ? 1 : "", k: isSelected("已发货") ? 1 : "",
l: common_vendor.o(($event) => changeTab("已发货")), l: common_vendor.o(($event) => changeTab("已发货")),
m: "", m: _ctx.orderStatus === "售后" ? 1 : "",
n: isSelected("售后") ? 1 : "", n: isSelected("售后") ? 1 : "",
o: common_vendor.o(($event) => changeTab("售后")), o: common_vendor.o(($event) => changeTab("售后")),
p: common_vendor.f(Status.value.displayedOrders, (order, index, i0) => { p: common_vendor.f(Status.value.displayedOrders, (order, index, i0) => {
@ -122,5 +122,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7d0f2622"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7d0f2622"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/mineorders/mineorders.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -76,5 +76,5 @@ const _sfc_main = {
}; };
} }
}; };
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"]]); const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/component/addressComponent.vue"]]);
wx.createComponent(Component); wx.createComponent(Component);

View File

@ -55,5 +55,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/paysuccess/paysuccess.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-unpay/product-unpay.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -180,5 +180,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-waitpay/product-waitpay.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -14,5 +14,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/productOrderDetail/productOrderDetail.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {
return {}; return {};
} }
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/service/productDetail/productDetail.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -83,5 +83,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/ProductDetails/ProductDetails.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -104,5 +104,5 @@ const _sfc_main = {
}; };
} }
}; };
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"]]); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/main/main.vue"]]);
wx.createPage(MiniProgramPage); wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@ -389,5 +389,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "") l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "")
}) : {}); }) : {});
} }
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]); const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-popup/components/uni-popup/uni-popup.vue"]]);
wx.createComponent(Component); wx.createComponent(Component);

View File

@ -261,5 +261,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args)) e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args))
}; };
} }
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]); const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-transition/components/uni-transition/uni-transition.vue"]]);
wx.createComponent(Component); wx.createComponent(Component);