|
@@ -31,7 +31,7 @@
|
|
|
<view class="row1 flex jcsb alc">
|
|
|
<view class="left flex alc">
|
|
|
<image
|
|
|
- :src="item.commonUser.avatarUrl?item.commonUser.avatarUrl:'../../static/img/face/27.png'"
|
|
|
+ :src="item.commonUser.avatarUrl?item.commonUser.avatarUrl:'../../static/img/myimg/YongHu@3x.png'"
|
|
|
mode="widthFix" class="head-img"></image>
|
|
|
<view class="">
|
|
|
<view class="title">
|
|
@@ -102,13 +102,13 @@
|
|
|
<u-icon name="plus" color="#fff" size="34" bold></u-icon>
|
|
|
</view>
|
|
|
<u-modal v-model="show" content="确定不在关注?" :show-title='false' :show-cancel-button='true'
|
|
|
- :content-style="contentStyle" showCancelButton='true' @confirm="cancelFollow" @cancel="show=false">
|
|
|
+ :content-style="contentStyle" @confirm="cancelFollow" @cancel="show=false">
|
|
|
</u-modal>
|
|
|
</view>
|
|
|
<search :searchcontent='keyword1' v-if="isShowSearch" @searchVal='searchVal'></search>
|
|
|
<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
|
|
|
:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
|
|
|
- showCancelButton='false' content="尚未登录,是否立即登录" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
|
|
|
+ content="尚未登录,是否立即登录" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
|
|
|
<u-modal v-model="isSHowReleaseAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
|
|
|
:content-style="{fontSize: '14px',fontWeight:'400','text-align':'left'}" confirm-color='#22C572'
|
|
|
confirm-text='我知道了' title='温馨提示' content="交易信息为用户自由发布,正式签订合同前切勿进行任何付款操作,以免给您的财产造成损失。"
|
|
@@ -145,8 +145,6 @@
|
|
|
selectPlace: '',
|
|
|
mescroll: null,
|
|
|
isShowAlert: false,
|
|
|
- showCancelButton: 'true',
|
|
|
- showCancelButton1: 'false',
|
|
|
contentStyle: {
|
|
|
"font-weight": 700
|
|
|
},
|
|
@@ -429,6 +427,7 @@
|
|
|
}
|
|
|
await this.$api.doRequest('get', '/transactionExchangeInfo/selectTransactionExchangeInfo', _obj).then(
|
|
|
res => {
|
|
|
+ console.log(res.data)
|
|
|
if (res.data.code == 200) {
|
|
|
console.log(res.data.data.records, page.num)
|
|
|
let curPageData = res.data.data.records;
|