|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
</u-modal>
|
|
|
|
|
|
- <view class="personalHead" :style="'margin-top: 80px;height: 375px;background: url('+detail.faceImage+') no-repeat top center ;background-size: 100%;'">
|
|
|
+ <view class="personalHead" :style="'height: 375px;background: url('+detail.faceImage+') no-repeat center ;background-size: 100%;'">
|
|
|
<u-navbar :border-bottom="false" :background="navbarBg" ></u-navbar>
|
|
|
|
|
|
</view>
|
|
@@ -235,7 +235,7 @@
|
|
|
}
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
},
|
|
@@ -296,7 +296,7 @@
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
}
|