Commit 44b47d21 authored by 李智书's avatar 李智书

1.提交更新;

parent 292b1795
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"mode" : "hash", "mode" : "hash",
"base" : "./" "base" : "./"
}, },
"title" : "安智教育", "title" : "电子校园卡",
"optimization" : { "optimization" : {
"treeShaking" : { "treeShaking" : {
"enable" : false "enable" : false
......
...@@ -221,8 +221,9 @@ ...@@ -221,8 +221,9 @@
"path" : "pages/AgreementICBC/account/main", "path" : "pages/AgreementICBC/account/main",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "个人银行电子账户服务协议",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"navigationStyle": "custom"
} }
...@@ -231,10 +232,9 @@ ...@@ -231,10 +232,9 @@
"path" : "pages/AgreementICBC/personal/main", "path" : "pages/AgreementICBC/personal/main",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "中国工商银行电子银行个人客户服务协议",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"navigationStyle": "custom"
} }
} }
......
...@@ -459,10 +459,15 @@ ...@@ -459,10 +459,15 @@
// 复制我卡号 // 复制我卡号
async CopyCardNumber() { async CopyCardNumber() {
let value = this.bankInfo_.accountNo let value = this.bankInfo_.accountNo
Dialog({ // Dialog({
title: '系统提示', // title: '系统提示',
message: '复制成功!' // message: '卡号复制成功'
}); // });
uni.showToast({
icon:"none",
duration:3000,
title:"卡号复制成功!"
})
this.$nextTick(function() { this.$nextTick(function() {
let clipboard = new ClipboardJS('#cardNumright', { let clipboard = new ClipboardJS('#cardNumright', {
text: function() { text: function() {
...@@ -1056,7 +1061,7 @@ ...@@ -1056,7 +1061,7 @@
} }
.ContenInfo { .ContenInfo {
text-align: center; // text-align: center;
width: 383rpx; width: 383rpx;
height: 159rpx; height: 159rpx;
margin: 0 auto; margin: 0 auto;
......
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