Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
az-uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
az-uniapp-wechat-web
Commits
44b47d21
Commit
44b47d21
authored
Jul 29, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
292b1795
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
12 deletions
+17
-12
manifest.json
manifest.json
+1
-1
pages.json
pages.json
+6
-6
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+10
-5
No files found.
manifest.json
View file @
44b47d21
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
"mode"
:
"hash"
,
"mode"
:
"hash"
,
"base"
:
"./"
"base"
:
"./"
},
},
"title"
:
"
安智教育
"
,
"title"
:
"
电子校园卡
"
,
"optimization"
:
{
"optimization"
:
{
"treeShaking"
:
{
"treeShaking"
:
{
"enable"
:
false
"enable"
:
false
...
...
pages.json
View file @
44b47d21
...
@@ -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"
}
}
}
}
...
...
pages/IcbcModule/Recharge/Recharge.vue
View file @
44b47d21
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment