DESKTOP-SVI9JE1\muzen před 1 rokem
rodič
revize
656aca6040
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      pages/main/index.vue

+ 2 - 2
pages/main/index.vue

@@ -50,7 +50,7 @@
 			<!-- 底部 -->
 			<view class="w100 p-20 flex direction item-center background-color-white">
 				<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
 							: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">
@@ -210,7 +210,7 @@
 				this.loading = true
 
 				// ======== 开发环境模拟回复 ========
-				return this.mockReply()
+				// return this.mockReply()
 				// ======== 开发环境模拟回复 ========
 
 				if (this.calcAsset() === false) {