11111
This commit is contained in:
@@ -21,6 +21,7 @@ const _sfc_main = {
|
||||
}
|
||||
},
|
||||
setup(__props) {
|
||||
const props = __props;
|
||||
const useImg = common_vendor.ref("");
|
||||
const goBack = () => {
|
||||
common_vendor.index.navigateBack({
|
||||
@@ -28,9 +29,16 @@ const _sfc_main = {
|
||||
});
|
||||
};
|
||||
const goHome = () => {
|
||||
common_vendor.index.reLaunch({
|
||||
url: "/pages/index/index"
|
||||
});
|
||||
common_vendor.index.__f__("log", "at components/backDetailNav/backDetailNav.vue:62", props.navName);
|
||||
if (props.navName == "肝胆相照病例交流园地") {
|
||||
common_vendor.index.reLaunch({
|
||||
url: "/pages/caseTalk/caseTalk"
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.reLaunch({
|
||||
url: "/pages/index/index"
|
||||
});
|
||||
}
|
||||
};
|
||||
const goMy = () => {
|
||||
utils_navTo.navTo({
|
||||
|
||||
Reference in New Issue
Block a user