|
@@ -50,7 +50,7 @@
|
|
<!-- 底部 -->
|
|
<!-- 底部 -->
|
|
<view class="w100 p-20 flex direction item-center background-color-white">
|
|
<view class="w100 p-20 flex direction item-center background-color-white">
|
|
<view class="w100">
|
|
<view class="w100">
|
|
- <view class="list flex wrap gap">
|
|
|
|
|
|
+ <view class="list flex wrap content-around">
|
|
<uni-transition v-for="item in inputTipList" :key="item.type" :duration="500" show
|
|
<uni-transition v-for="item in inputTipList" :key="item.type" :duration="500" show
|
|
:mode-class="['fade', 'zoom-in']" @click="handleSendMsg(item)" :title="item.name"
|
|
:mode-class="['fade', 'zoom-in']" @click="handleSendMsg(item)" :title="item.name"
|
|
custom-class="item box-shadow p-15 border-gray radius cursor-pointer space-nowrap overflow-ellipsis overflow-hidden hover">
|
|
custom-class="item box-shadow p-15 border-gray radius cursor-pointer space-nowrap overflow-ellipsis overflow-hidden hover">
|
|
@@ -210,7 +210,7 @@
|
|
this.loading = true
|
|
this.loading = true
|
|
|
|
|
|
// ======== 开发环境模拟回复 ========
|
|
// ======== 开发环境模拟回复 ========
|
|
- return this.mockReply()
|
|
|
|
|
|
+ // return this.mockReply()
|
|
// ======== 开发环境模拟回复 ========
|
|
// ======== 开发环境模拟回复 ========
|
|
|
|
|
|
if (this.calcAsset() === false) {
|
|
if (this.calcAsset() === false) {
|