wangming 2 сар өмнө
parent
commit
1d3309e9b0

+ 2 - 2
src/pages/home/home.vue

@@ -99,7 +99,7 @@
 
         <view
             class="warmInfo"
-            @click="goDeviceShare()"
+            @click="goAbnormalInfo()"
             v-if="warmList.length > 0"
         >
             <image src="../../static/warmImage.png" class="shareImage"></image>
@@ -192,7 +192,7 @@ export default {
         },
         goAbnormalInfo() {
             if (uni.getStorageSync("userId")) {
-                uni.reLaunch({
+                uni.navigateTo({
                     url: "/pagesA/abnormalInfo/abnormalInfo",
                 });
                 return;