30 lines
1.0 KiB
JavaScript
30 lines
1.0 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const common_assets = require("../../../common/assets.js");
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "input",
|
|
setup(__props) {
|
|
const goback = () => {
|
|
common_vendor.index.navigateBack();
|
|
};
|
|
const uuid = common_vendor.ref("");
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: `/static/index/settings/back.png`,
|
|
b: common_vendor.o(goback),
|
|
c: common_assets._imports_0$5,
|
|
d: uuid.value,
|
|
e: common_vendor.o(($event) => uuid.value = $event.detail.value),
|
|
f: uuid.value,
|
|
g: common_assets._imports_1$2,
|
|
h: common_vendor.o(($event) => uuid.value = ""),
|
|
i: common_assets._imports_2$1,
|
|
j: common_assets._imports_3
|
|
};
|
|
};
|
|
}
|
|
});
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d4f9970e"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/watch/settings/input.js.map
|