63 lines
2.7 KiB
JavaScript
63 lines
2.7 KiB
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../../common/vendor.js");
|
||
|
const utils_commUtils = require("../../../utils/commUtils.js");
|
||
|
if (!Array) {
|
||
|
const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni");
|
||
|
_component_layout_default_uni();
|
||
|
}
|
||
|
const _sfc_main = {
|
||
|
__name: "accompany",
|
||
|
props: {
|
||
|
tabbar: {
|
||
|
type: [String, Boolean],
|
||
|
default: ""
|
||
|
}
|
||
|
},
|
||
|
setup(__props) {
|
||
|
const swiperList = [
|
||
|
{
|
||
|
url: "C:/Users/Administrator/Desktop/picture(2)/100-1.png"
|
||
|
},
|
||
|
{
|
||
|
url: "C:/Users/Administrator/Desktop/picture(2)/100-1.png"
|
||
|
}
|
||
|
];
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.f(swiperList, (item, index, i0) => {
|
||
|
return {
|
||
|
a: item.url,
|
||
|
b: index
|
||
|
};
|
||
|
}),
|
||
|
b: _ctx.autoplay,
|
||
|
c: _ctx.duration,
|
||
|
d: _ctx.indicatorDots,
|
||
|
e: _ctx.interval,
|
||
|
f: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726299427263.png"),
|
||
|
g: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726299704300.png"),
|
||
|
h: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726299755235.png"),
|
||
|
i: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726299776227.png"),
|
||
|
j: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726370894136.png"),
|
||
|
k: _ctx.petName,
|
||
|
l: common_vendor.o(($event) => _ctx.petName = $event.detail.value),
|
||
|
m: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726383571208.png"),
|
||
|
n: _ctx.petName,
|
||
|
o: common_vendor.o(($event) => _ctx.petName = $event.detail.value),
|
||
|
p: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726383534059.png"),
|
||
|
q: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726383956983.png"),
|
||
|
r: _ctx.petName,
|
||
|
s: common_vendor.o(($event) => _ctx.petName = $event.detail.value),
|
||
|
t: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726383571208.png"),
|
||
|
v: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726389632384.png"),
|
||
|
w: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726389664958.png"),
|
||
|
x: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726403986495.png"),
|
||
|
y: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726404642077.png"),
|
||
|
z: common_vendor.unref(utils_commUtils.imgUrl)("@/static/service/1726405469570.png")
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-611bc3e8"]]);
|
||
|
wx.createPage(MiniProgramPage);
|