Commit 292b1795 authored by 李智书's avatar 李智书

1.更新页面名称;

parent 0f149b1a
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
"path" : "pages/AgreementXL/agreement/main", "path" : "pages/AgreementXL/agreement/main",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "笑脸校园",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"path" : "pages/AgreementXL/privacy/main", "path" : "pages/AgreementXL/privacy/main",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "笑脸校园",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
"path" : "pages/AgreementXL/rule/main", "path" : "pages/AgreementXL/rule/main",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "笑脸校园",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</p> </p>
<p> <p>
5、笑脸校园应根据<span class="bold" 5、笑脸校园应根据<span class="bold"
@click="ToOtherPage('main')">《笑脸校园隐私权政策》</span>的约定严格保护您的信息及使用您在使用本服务过程中留存在笑脸校园的相关信息。 @click="ToOtherPage('rule')">《笑脸校园隐私权政策》</span>的约定严格保护您的信息及使用您在使用本服务过程中留存在笑脸校园的相关信息。
</p> </p>
</div> </div>
<div class="paragraph"> <div class="paragraph">
......
...@@ -544,6 +544,7 @@ ...@@ -544,6 +544,7 @@
}, },
//查询一类卡绑定列表 //查询一类卡绑定列表
queryBindCardList() { queryBindCardList() {
return
let this_ = this; let this_ = this;
let loading = weui.loading('请稍后'); let loading = weui.loading('请稍后');
$.ajax({ $.ajax({
...@@ -1032,7 +1033,7 @@ ...@@ -1032,7 +1033,7 @@
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
top: 460rpx; top: 400rpx;
width: 618rpx; width: 618rpx;
height: 478rpx; height: 478rpx;
background: #FFFFFF; background: #FFFFFF;
...@@ -1055,6 +1056,7 @@ ...@@ -1055,6 +1056,7 @@
} }
.ContenInfo { .ContenInfo {
text-align: center;
width: 383rpx; width: 383rpx;
height: 159rpx; height: 159rpx;
margin: 0 auto; margin: 0 auto;
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
}, },
//查询一类卡绑定列表 //查询一类卡绑定列表
queryBindCardList() { queryBindCardList() {
return
let this_ = this; let this_ = this;
let loading = weui.loading('请稍后'); let loading = weui.loading('请稍后');
$.ajax({ $.ajax({
...@@ -495,7 +496,7 @@ ...@@ -495,7 +496,7 @@
.ALL { .ALL {
position: absolute !important; position: absolute !important;
font-size: 17rpx !important; font-size: 26rpx !important;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold !important; font-weight: bold !important;
color: #129A5E !important; color: #129A5E !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment