|
@@ -212,15 +212,15 @@
|
|
|
</view>
|
|
|
<view class="car-bottom flex">
|
|
|
<view class="left">
|
|
|
- <image src="../../static/imgs/card/home.png" mode="widthFix" style="width: 32rpx;"
|
|
|
+ <image src="../../static/imgs/card/home.png" mode="widthFix" style="width: 32rpx;height: auto;"
|
|
|
@click="toHome(item)"></image>
|
|
|
<text @click='switchType(item)'
|
|
|
style="color: #fff;font-size: 36rpx;font-weight: 700;">{{item.classify?item.classifyName:'默'}}</text>
|
|
|
<image v-if='item.shareCard==1' src="../../static/imgs/card/share.png" mode="widthFix"
|
|
|
- style="width: 35rpx;" @click="share(item)"></image>
|
|
|
+ style="width: 35rpx;height: auto;" @click="share(item)"></image>
|
|
|
|
|
|
<image v-if='item.shareCard==0' src="../../static/imgs/card/share_grey.png"
|
|
|
- mode="widthFix" style="width: 40rpx;"></image>
|
|
|
+ mode="widthFix" style="width: 40rpx;height: auto;"></image>
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
|
|
@@ -258,7 +258,7 @@
|
|
|
</u-modal>
|
|
|
|
|
|
<u-popup :show="qrcodeShow" @close="qrcodeShow=false" mode="center" :round='10'>
|
|
|
- <image style='margin:10px;' :src="currectData.qrCode" mode="widthFix"></image>
|
|
|
+ <image style='margin:10px;height: auto;' :src="currectData.qrCode" mode="widthFix"></image>
|
|
|
</u-popup>
|
|
|
<u-popup :show="popupshow" :closeOnClickOverlay='true' :overlayOpacity='0.4' @close='handleHiddenShare'
|
|
|
:round="10" mode="bottom">
|
|
@@ -330,7 +330,7 @@
|
|
|
<u-form :model="userInfo" ref="uForm">
|
|
|
<u-form-item label="头像">
|
|
|
<button class="avatar-wrapper" open-type="chooseAvatar" @chooseavatar="onChooseAvatar" slot="right">
|
|
|
- <image class="avatar" :src="userInfo.head?userInfo.head:'https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0'"></image>
|
|
|
+ <image class="avatar" style="height: auto;" :src="userInfo.head?userInfo.head:'https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0'"></image>
|
|
|
</button>
|
|
|
</u-form-item>
|
|
|
<u-form-item label="昵称">
|
|
@@ -425,6 +425,10 @@
|
|
|
},
|
|
|
mounted() {
|
|
|
|
|
|
+ },
|
|
|
+ onShow:function(){
|
|
|
+ this.searchVal = uni.getStorageSync("search_val") ? uni.getStorageSync("search_val") : ''
|
|
|
+ if(this.searchVal) this.mescroll.resetUpScroll();
|
|
|
},
|
|
|
onLoad: function(options) {
|
|
|
that = this
|
|
@@ -438,7 +442,7 @@
|
|
|
menus: ["shareAppMessage", "shareTimeline"]
|
|
|
})
|
|
|
});
|
|
|
- this.searchVal = uni.getStorageSync("search_val") ? uni.getStorageSync("search_val") : ''
|
|
|
+
|
|
|
} else {
|
|
|
if (uni.getLaunchOptionsSync().scene != 1154) {
|
|
|
this.login()
|