Skip to content

Commit 94cdceb

Browse files
committed
运营管理小区公众号配置
1 parent a0825f3 commit 94cdceb

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

public/components/community/editCommunityWechat/editCommunityWechat.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h3 class="m-t-none m-b ">
77
</h3>
88
<div class="ibox-content">
99
<div class="form-group row">
10-
<label class="col-sm-2 col-form-label"><span>
10+
<label class="col-sm-2 col-form-label">
1111
<vc:i18n name="名称" namespace="editCommunityWechat"></vc:i18n>
12-
</span></label>
12+
</label>
1313
<div class="col-sm-10">
1414
<input v-model="editCommunityWechatInfo.name" type="text"
1515
:placeholder="vc.i18n('必填,请填写名称','editCommunityWechat')" class="form-control">
@@ -23,18 +23,18 @@ <h3 class="m-t-none m-b ">
2323
</div>
2424
</div>
2525
<div class="form-group row">
26-
<label class="col-sm-2 col-form-label"><span>
26+
<label class="col-sm-2 col-form-label">
2727
<vc:i18n name="应用密钥" namespace="editCommunityWechat"></vc:i18n>
28-
</span></label>
28+
</label>
2929
<div class="col-sm-10">
3030
<input v-model="editCommunityWechatInfo.appSecret" type="text"
3131
:placeholder="vc.i18n('必填,请填写应用密钥','editCommunityWechat')" class="form-control">
3232
</div>
3333
</div>
3434
<div class="form-group row">
35-
<label class="col-sm-2 col-form-label"><span>
35+
<label class="col-sm-2 col-form-label">
3636
<vc:i18n name="描述" namespace="editCommunityWechat"></vc:i18n>
37-
</span></label>
37+
</label>
3838
<div class="col-sm-10">
3939
<textarea v-model="editCommunityWechatInfo.remarks" type="text"
4040
:placeholder="vc.i18n('选填,请填写描述信息','editCommunityWechat')" class="form-control">
@@ -47,9 +47,8 @@ <h3 class="m-t-none m-b ">
4747
class="fa fa-check"></i>&nbsp;保存
4848
</button>
4949
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
50-
data-dismiss="modal"><span>
50+
data-dismiss="modal">
5151
<vc:i18n name="取消" namespace="editCommunityWechat"></vc:i18n>
52-
</span>
5352
</button>
5453
</div>
5554
</div>

public/pages/community/communityWechat/communityWechat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**/
44
(function (vc) {
55
var DEFAULT_PAGE = 1;
6-
var DEFAULT_ROWS = 1;
6+
var DEFAULT_ROWS = 100;
77
vc.extends({
88
data: {
99
communityWechatInfo: {

0 commit comments

Comments
 (0)