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

1.提交更新;

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