You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
"use strict"; |
|
const config_host = require("../../config/host.js"); |
|
require("../../utils/functions.js"); |
|
const common_vendor = require("../../common/vendor.js"); |
|
require("../../utils/qqmap-wx-jssdk.min.js"); |
|
const HeaderNav = () => "../../components/HeaderNav/Index.js"; |
|
const _sfc_main = { |
|
components: { |
|
HeaderNav |
|
}, |
|
data: { |
|
staticImage: { |
|
wallpaperBgImage: config_host.imghost + "/static/image/background.png" |
|
}, |
|
user: { |
|
avatar: config_host.imghost + "/static/image/banner.png", |
|
nickname: "清晨的风", |
|
background: config_host.imghost + "/static/image/banner.png", |
|
sex: "女", |
|
phone: "15012345678", |
|
coupons: 221, |
|
id: 88685, |
|
birthday: "2002-05-11" |
|
} |
|
}, |
|
onLoad() { |
|
}, |
|
methods: {}, |
|
onPageScroll(res) { |
|
}, |
|
created() { |
|
} |
|
}; |
|
if (!Array) { |
|
const _component_HeaderNav = common_vendor.resolveComponent("HeaderNav"); |
|
const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon"); |
|
(_component_HeaderNav + _easycom_u_icon2)(); |
|
} |
|
const _easycom_u_icon = () => "../../node-modules/uview-plus/components/u-icon/u-icon.js"; |
|
if (!Math) { |
|
_easycom_u_icon(); |
|
} |
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
return { |
|
a: common_vendor.p({ |
|
title: "个人信息", |
|
["is-back"]: true |
|
}), |
|
b: _ctx.user.avatar, |
|
c: common_vendor.t(_ctx.user.nickname), |
|
d: common_vendor.p({ |
|
name: "arrow-right" |
|
}), |
|
e: common_vendor.t(_ctx.user.birthday), |
|
f: common_vendor.p({ |
|
name: "arrow-right" |
|
}), |
|
g: common_vendor.t(_ctx.user.phone), |
|
h: common_vendor.p({ |
|
name: "arrow-right" |
|
}), |
|
i: common_vendor.t(_ctx.user.sex), |
|
j: common_vendor.p({ |
|
name: "arrow-right" |
|
}), |
|
k: _ctx.user.background, |
|
l: "url(" + _ctx.staticImage.wallpaperBgImage + ")" |
|
}; |
|
} |
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/Project/pet_web/pages/UserDetail/index.vue"]]); |
|
_sfc_main.__runtimeHooks = 1; |
|
wx.createPage(MiniProgramPage);
|
|
|