dever 4 年之前
父節點
當前提交
7c2aadd883
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 1
      lib/dever/components/comment.vue
  2. 1 1
      lib/dever/config.js

+ 3 - 1
lib/dever/components/comment.vue

@@ -8,9 +8,11 @@
 			<view class="rich-wrapper">
 			<view class="rich-wrapper">
 				<dever-content :item="item.content_array" :pics="item.content_pic"></dever-content>
 				<dever-content :item="item.content_array" :pics="item.content_pic"></dever-content>
 			</view>
 			</view>
+			<!--
 			<view class="message" @touchstart="stop">
 			<view class="message" @touchstart="stop">
 				<y-Barrage ref="barrage" @end="reload" :minTime="minTime" :maxTime="maxTime"></y-Barrage>
 				<y-Barrage ref="barrage" @end="reload" :minTime="minTime" :maxTime="maxTime"></y-Barrage>
-			</view>
+			</view>
+			-->
 		</view>
 		</view>
 		<y-Fab :bottom="20" :right="140" @click="showModal" bgColor="#0fa5e5" text="发布"></y-Fab>
 		<y-Fab :bottom="20" :right="140" @click="showModal" bgColor="#0fa5e5" text="发布"></y-Fab>
 		<view v-if="show">
 		<view v-if="show">

+ 1 - 1
lib/dever/config.js

@@ -15,7 +15,7 @@ const share = {
 const request = {
 const request = {
 	//	服务器接口地址
 	//	服务器接口地址
 	host: "https://he.shemic.com/",
 	host: "https://he.shemic.com/",
-	//host: "http://dev.shemic.com/dreamland/",
+	host: "http://dev.shemic.com/dreamland/",
 	
 	
 	//	请求的参数	
 	//	请求的参数	
 	data: {},
 	data: {},