7.21
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user