guhongwei 2 年之前
父節點
當前提交
0dd6327c2a
共有 3 個文件被更改,包括 4 次插入2 次删除
  1. 1 0
      .gitignore
  2. 1 1
      config.js
  3. 2 1
      pagesRest/activity/info.vue

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 unpackage/
 .hbuilderx/
+.history

+ 1 - 1
config.js

@@ -35,7 +35,7 @@ if (system.uniPlatform == "app") {
 // 开发环境,生产环境新方法--end
 export default {
 	serverUrl: "https://broadcast.waityou24.cn",
-	// serverUrl: 'http://192.168.223.1:12211',
+	// serverUrl: 'http://192.168.1.144:12211',
 	stompUrl: "broadcast.waityou24.cn",
 	wsUrl: `wss://broadcast.waityou24.cn${wx_dev}/point/chat/v1/api/ws`,
 	system: system,

+ 2 - 1
pagesRest/activity/info.vue

@@ -112,7 +112,8 @@
 					skip: that.skip,
 					limit: that.limit,
 					platform_act: that.id,
-					status: '0'
+					status: '0',
+					goods_status: '1'
 				}
 				let res = await that.$api(`/goodsJoinAct`, 'GET', {
 					...info,