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