2024-10-17 05:04:16 +00:00
|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
2024-11-03 23:34:53 +00:00
|
|
|
const store_userStore = require("../../../store/userStore.js");
|
2024-10-18 16:55:25 +00:00
|
|
|
const common_assets = require("../../../common/assets.js");
|
2024-10-18 14:49:08 +00:00
|
|
|
const _sfc_main = {
|
|
|
|
__name: "main",
|
|
|
|
setup(__props) {
|
2024-11-05 12:08:32 +00:00
|
|
|
const goto = () => {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pages/mine/mineorders/mineorders"
|
|
|
|
});
|
|
|
|
};
|
2024-11-03 23:34:53 +00:00
|
|
|
store_userStore.userStore();
|
2024-12-02 03:01:34 +00:00
|
|
|
const goToText = () => {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pages/mine/Contact/Contact"
|
|
|
|
});
|
|
|
|
};
|
|
|
|
const goTo = () => {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pages/mine/bookings/booking"
|
|
|
|
});
|
|
|
|
};
|
2024-10-18 14:49:08 +00:00
|
|
|
return (_ctx, _cache) => {
|
2024-10-18 16:55:25 +00:00
|
|
|
return {
|
|
|
|
a: common_vendor.unref(common_assets.avator),
|
|
|
|
b: common_vendor.unref(common_assets.dingdan),
|
2024-11-05 12:08:32 +00:00
|
|
|
c: common_vendor.o(($event) => goto()),
|
|
|
|
d: common_vendor.unref(common_assets.qianbao),
|
|
|
|
e: common_vendor.unref(common_assets.daifahuo),
|
|
|
|
f: common_vendor.unref(common_assets.daishouhuo),
|
|
|
|
g: common_vendor.unref(common_assets.tuikuan),
|
|
|
|
h: common_vendor.unref(common_assets.address),
|
|
|
|
i: common_vendor.unref(common_assets.you$1),
|
|
|
|
j: common_vendor.unref(common_assets.lianxiren_s),
|
|
|
|
k: common_vendor.unref(common_assets.you$1),
|
2024-12-02 03:01:34 +00:00
|
|
|
l: common_vendor.o(($event) => goToText()),
|
|
|
|
m: common_vendor.unref(common_assets.setting_s),
|
|
|
|
n: common_vendor.unref(common_assets.you$1),
|
|
|
|
o: common_vendor.o(($event) => goTo())
|
2024-10-18 16:55:25 +00:00
|
|
|
};
|
2024-10-18 14:49:08 +00:00
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
2024-12-04 03:16:42 +00:00
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"]]);
|
2024-10-17 05:04:16 +00:00
|
|
|
wx.createPage(MiniProgramPage);
|