zhangwencui
3 天以前 8347ef1b32e505da2d1399e4f1d1b8b1ab94862d
src/pages/message.vue
@@ -100,13 +100,13 @@
  // 跳转到详情页
  const goToDetail = item => {
    if (item.jumpPath.indexOf("/") === 0) {
    if (item.appJumpPath.indexOf("/") === 0) {
      uni.navigateTo({
        url: item.jumpPath,
        url: item.appJumpPath,
      });
    } else {
      uni.navigateTo({
        url: "/" + item.jumpPath,
        url: "/" + item.appJumpPath,
      });
    }
  };