|
@@ -21,7 +21,10 @@
|
|
|
<view class="rightContent">暂无</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="rightItem" @click="goNo()">
|
|
|
+ <view
|
|
|
+ class="rightItem"
|
|
|
+ @click="gotoPath('/pagesA/homeManage/homeManage')"
|
|
|
+ >
|
|
|
<view class="rightTitle">我的家庭</view>
|
|
|
<view class="rightContent"
|
|
|
><text>{{ groupNum }}</text
|
|
@@ -102,6 +105,11 @@ export default {
|
|
|
url: path,
|
|
|
});
|
|
|
} else {
|
|
|
+ uni.showToast({
|
|
|
+ title: "暂未登录,请先登录",
|
|
|
+ icon: "none",
|
|
|
+ duration: 1500,
|
|
|
+ });
|
|
|
uni.reLaunch({
|
|
|
url: "/pagesA/loginNew/loginNew",
|
|
|
});
|