Skip to content

Commit 1c5d4ab

Browse files
committed
update square and site version
1 parent 83857fb commit 1c5d4ab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*/
88

99
return array(
10-
'siteVersionName' => '1.0-beta-7',
11-
'siteVersionCode' => '1.0.1.7',
10+
'siteVersionName' => '1.0-beta-8',
11+
'siteVersionCode' => '1.0.1.8',
1212
'apiPageIndex' => './index.php?action=page.index',
1313
'apiPageLogin' => './index.php?action=page.login',
1414
'apiPageLogout' => './index.php?action=page.logout',

src/views/miniProgram/square/index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@
255255
添加好友
256256
</button>
257257
<?php } else { ?>
258-
<button class="chatButton" userId="<?php echo $user['userId'] ?>">
259-
发起会话
260-
</button>
258+
<!-- <button class="chatButton" userId="--><?php //echo $user['userId'] ?><!--">-->
259+
<!-- 发起会话-->
260+
<!-- </button>-->
261261
<?php } ?>
262262

263263
</div>
@@ -580,7 +580,7 @@ function loadMoreResponse(url, data, result) {
580580
if (!user['isFollow']) {
581581
userHtml += '<button class="addButton applyButton" userId="' + user["userId"] + '" > 添加好友 </button>';
582582
} else {
583-
userHtml += '<button class="chatButton" userId="' + user["userId"] + '" > 发起会话 </button>';
583+
// userHtml += '<button class="chatButton" userId="' + user["userId"] + '" > 发起会话 </button>';
584584
}
585585

586586

0 commit comments

Comments
 (0)