@@ -317,9 +317,12 @@
// }
},
add() {
+ console.log(11111)
if (!uni.getStorageSync("userInfo").phone) {
this.$refs.loginpopup.open()
} else {
+ console.log(22222)
uni.navigateTo({
url: '/pageA/find/createLifeService'
})
@@ -483,6 +486,7 @@
position: fixed;
right: 0;
bottom: 10px;
+ z-index:2;
}
.applet-colors-tianjia2 {