作者 “关晓峰”

fix

... ... @@ -46,7 +46,7 @@
<u--input v-model="model1.userInfo.region" disabled disabledColor="#ffffff" placeholder="请选择"
border="none"></u--input>
<u-icon slot="right" name="arrow-right"></u-icon>
<view class="posBox" style=" left:32rpx" :style="active == 2 ? 'top:54.5%' : 'top:46.5%;'">
<view class="posBox" style=" left:32rpx" :style="active == 2 ? 'top:58%' : 'top:49.5%;'">
<image src="../../static/Group 193@2x.png" style="width: 40rpx;height: 24rpx;" mode=""></image>
</view>
</u-form-item>
... ... @@ -56,7 +56,7 @@
<u--input v-model="model1.userInfo.day" border="none" ></u--input>
<text>{{model1.userInfo.day_unit || '天'}}</text>
</view>
<view class="posBox" style="top:60.5%; left:32rpx">
<view class="posBox" style="top:64.5%; left:32rpx">
<image src="../../static/Group 193@2x.png" style="width: 40rpx;height: 24rpx;" mode=""></image>
</view>
</u-form-item>
... ... @@ -138,6 +138,7 @@
this.active = 2
this.nav = '发布求购'
} else {
this.active = 1
this.nav = '发布求租'
}
}
... ...
... ... @@ -296,14 +296,14 @@
this.historyList = []
},
goHub() {
goHub() {
uni.navigateTo({
url: '/pages/sellAndBuy/hub'
url: `/pages/sellAndBuy/hub?val=3`
})
},
goRot(url) {
uni.navigateTo({
url: url
url: url + '?val=' + '3'
})
},
clickTab(e) {
... ...