This commit is contained in:
zoujiandong
2025-07-21 09:45:24 +08:00
parent 9b4734acc5
commit 89d55643f6
50 changed files with 1269 additions and 885 deletions
@@ -21,7 +21,7 @@ const _sfc_main = {
}
},
setup(__props) {
const useImg = ref("");
const useImg = common_vendor.ref("");
const goBack = () => {
common_vendor.index.navigateBack({
delta: 1
@@ -66,7 +66,7 @@ const _sfc_main = {
}),
g: common_vendor.o(goHome),
h: common_vendor.p({
src: common_vendor.unref(useImg) ? common_vendor.unref(useImg) : common_vendor.unref(common_assets.headImg),
src: useImg.value ? useImg.value : common_vendor.unref(common_assets.headImg),
width: "62rpx",
height: "62rpx",
radius: "50%"