This commit is contained in:
parent
91fdcf3c1d
commit
bb3f7d341d
|
@ -106,11 +106,11 @@
|
|||
</view>
|
||||
<view class="my-serve-list" @click="tuangou()">
|
||||
<image src="../../static/my-liaocheng2.png" mode=""></image>
|
||||
<span class="my-serve-list-text">拼团</span>
|
||||
<span class="my-serve-list-text">新人拼团</span>
|
||||
</view>
|
||||
<view class="my-serve-list" @click="miaoshao()">
|
||||
<image src="../../static/my-liaocheng3.png" mode=""></image>
|
||||
<span class="my-serve-list-text">限时秒杀</span>
|
||||
<span class="my-serve-list-text">秒杀</span>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -167,6 +167,7 @@
|
|||
<view class="prompt-text">-当你累了 想起盛安到家-</view>
|
||||
<view class="kefu" @click="goMsg">
|
||||
<image src="../../static/kefu.png" mode=""></image>
|
||||
<span>联系客服</span>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -260,15 +261,10 @@
|
|||
this.$Request.postJson('/app/chat/insertChatConversation', data).then(res => {
|
||||
if (res.data) {
|
||||
let id = this.ordersId == res.data.userId ? res.data.focusedUserId : this.ordersId
|
||||
|
||||
var list={
|
||||
chatConversationId:res.data.chatConversationId,
|
||||
byUserId:res.data.userId
|
||||
}
|
||||
uni.setStorageSync('wbescokt',list)
|
||||
uni.navigateTo({
|
||||
url: '/pages/msg/im'
|
||||
});
|
||||
url: '/pages/msg/im?chatConversationId=' + res.data.chatConversationId +
|
||||
'&byUserId=' + res.data.userId
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
@ -703,8 +699,9 @@
|
|||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin-bottom:100rpx;
|
||||
margin-bottom: 20%;
|
||||
margin-right: 20px;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.shop_label{
|
||||
|
@ -868,7 +865,6 @@
|
|||
height: 170rpx;
|
||||
text-align: top;
|
||||
text-align: center;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
.my-use-list-text{
|
||||
color: #6C6C6C;
|
||||
|
|
Loading…
Reference in New Issue