创意发布&需求发布列表接口初步完成
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
//获取普通会员和VIP会员
|
||||
getUser() {
|
||||
this.$apiServe.getUser().then(res => {
|
||||
console.log('个人信息==', res.data.data);
|
||||
// console.log('个人信息==', res.data.data);
|
||||
var data = res.data.data
|
||||
this.avatar = data.avatar
|
||||
this.nickname = data.nickname
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
props: {
|
||||
type: String
|
||||
},
|
||||
options: {
|
||||
styleIsolation: 'shared', // 解除样式隔离
|
||||
},
|
||||
created() {
|
||||
this.getHistoryOrCollection()
|
||||
this.imgUrl = uni.getStorageSync('img_url')
|
||||
@@ -109,7 +112,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="less">
|
||||
.u-modal__content {
|
||||
padding: 43rpx 104rpx !important;
|
||||
text-indent: 25rpx;
|
||||
@@ -123,4 +126,12 @@
|
||||
margin-top: 22rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
|
||||
.u-button__text {
|
||||
font-size: 24rpx !important;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 33px;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user