登录
This commit is contained in:
88
unpackage/dist/dev/mp-weixin/pages/index/index.js
vendored
Normal file
88
unpackage/dist/dev/mp-weixin/pages/index/index.js
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const store_index = require("../../store/index.js");
|
||||
require("../../api/index.js");
|
||||
require("../../api/request.js");
|
||||
require("../../config/index.js");
|
||||
if (!Array) {
|
||||
const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
|
||||
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
||||
(_easycom_uni_icons2 + _easycom_uni_popup2)();
|
||||
}
|
||||
const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
|
||||
const _easycom_uni_popup = () => "../../uni_modules/uni-popup/components/uni-popup/uni-popup.js";
|
||||
if (!Math) {
|
||||
(mySwiper + _easycom_uni_icons + _easycom_uni_popup)();
|
||||
}
|
||||
const mySwiper = () => "../../components/mySwiper.js";
|
||||
const _sfc_main = {
|
||||
__name: "index",
|
||||
setup(__props) {
|
||||
const store = store_index.useStore();
|
||||
common_vendor.onLoad((e) => {
|
||||
var _a;
|
||||
if (!((_a = store.userInfo) == null ? void 0 : _a.has_operation))
|
||||
;
|
||||
});
|
||||
const inputDialog = common_vendor.ref();
|
||||
common_vendor.ref();
|
||||
common_vendor.ref(false);
|
||||
const lbt_list = common_vendor.ref([
|
||||
{
|
||||
banner_name: "首页轮播2",
|
||||
createtime: 1694851490,
|
||||
deletetime: null,
|
||||
id: 6,
|
||||
image: "http://niunai.zhitou1688.com/uploads/20230922/ea3b3348df5d2b41eb49ddbf86b83516.png",
|
||||
is_show: 1,
|
||||
type: "index",
|
||||
url: "",
|
||||
weigh: 6
|
||||
},
|
||||
{
|
||||
banner_name: "首页轮播2",
|
||||
createtime: 1694851490,
|
||||
deletetime: null,
|
||||
id: 6,
|
||||
image: "/static/vip2.png",
|
||||
is_show: 1,
|
||||
type: "index",
|
||||
url: "",
|
||||
weigh: 6
|
||||
}
|
||||
]);
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.p({
|
||||
indicatorDots: true,
|
||||
isRadius: true,
|
||||
height: "160",
|
||||
lbt_list: lbt_list.value
|
||||
}),
|
||||
b: common_vendor.p({
|
||||
type: "forward",
|
||||
color: "#ffa2a2",
|
||||
size: "20"
|
||||
}),
|
||||
c: common_vendor.p({
|
||||
type: "forward",
|
||||
color: "#f9b275",
|
||||
size: "20"
|
||||
}),
|
||||
d: common_vendor.p({
|
||||
type: "forward",
|
||||
color: "#8fdc8a",
|
||||
size: "20"
|
||||
}),
|
||||
e: common_vendor.sr(inputDialog, "1cf27b2a-4", {
|
||||
"k": "inputDialog"
|
||||
}),
|
||||
f: common_vendor.p({
|
||||
["is-mask-click"]: false
|
||||
})
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1cf27b2a"], ["__file", "F:/项目2023/视力表/vision-record/pages/index/index.vue"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
Reference in New Issue
Block a user