| pages/home/index.vue | ●●●●● patch | view | raw | blame | history | |
| pages/user/center.vue | ●●●●● patch | view | raw | blame | history |
pages/home/index.vue
@@ -767,10 +767,10 @@ let { doorplateType, addressLevel,aoiName,addressName,neiName } = res.data; if(doorplateType == "户室牌"){ this.$u.func.globalNavigator(`/subPackage/house/roomDetails/index?id=${code}&from=scan`,"navTo") }else if (addressLevel == 4){ }else if (doorplateType =="中门牌"){ this.$u.func.globalNavigator( `/subPackage/house/houseNumber/index?stdId=${code}`, "navTo") }else if (doorplateType == "楼幢牌"){ }else if (doorplateType == "楼幢牌" || doorplateType == "单元牌"){ let url = "/subPackage/house/family/index" this.$u.func.globalNavigator(`${url}?id=${code}&address=${addressName}&neiName=${neiName}&aoiName=${aoiName}`,"navTo") }else if (doorplateType =="大门牌"){ pages/user/center.vue
@@ -64,9 +64,9 @@ <u-cell title="修改密码" :border="false" isLink url="/subPackage/user/password/index"> <image slot="icon" src="/static/icon/menu-center-03.png" class="icon" mode=""></image> </u-cell> <u-cell title="签名" :border="false" isLink url="/subPackage/article/signature"> <!-- <u-cell title="签名" :border="false" isLink url="/subPackage/article/signature"> <image slot="icon" src="/static/icon/menu-center-03.png" class="icon" mode=""></image> </u-cell> </u-cell> --> <!-- <u-cell-item title="评分"> <image slot="icon" src="/static/images/user/c5.png" class="icon" mode=""></image> </u-cell-item>