新增聊天系统
This commit is contained in:
@@ -44,7 +44,13 @@
|
||||
|
||||
<!-- 商品列表 -->
|
||||
<view class="goods bg-white padding-main" style="border-radius: 8px 8px 0 0">
|
||||
<view class="br-b padding-bottom-main fw-b text-size">{{ $t('user-order-detail.user-order-detail.7f8p26') }}</view>
|
||||
<view class="br-b padding-bottom-main fw-b text-size" style="display: flex; justify-content: space-between; align-items: center">
|
||||
<text>{{ $t('user-order-detail.user-order-detail.7f8p26') }}</text>
|
||||
<view style="color: #555; font-size: 28upx;display: flex;align-items: center;gap: 4upx;" data-value="/pages/contact/contact" @click="url_event">
|
||||
<uni-icons type="chat" size="18" color="#666"></uni-icons>
|
||||
联系客服
|
||||
</view>
|
||||
</view>
|
||||
<view v-for="(item, index) in detail.items" :key="index" class="goods-item br-b-dashed oh padding-main">
|
||||
<view :data-value="item.goods_url" @tap="url_event" class="cp">
|
||||
<image class="goods-image fl radius" :src="item.images" mode="aspectFill"></image>
|
||||
|
||||
Reference in New Issue
Block a user