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
6c570521
Commit
6c570521
authored
Aug 23, 2021
by
符伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
2eae027b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+1
-1
pages/IcbcModule/Reflect/Reflect.vue
pages/IcbcModule/Reflect/Reflect.vue
+1
-1
pages/StudentsGraduate/StudentsGraduate.vue
pages/StudentsGraduate/StudentsGraduate.vue
+1
-1
pages/assignDeposit/assignDeposit.vue
pages/assignDeposit/assignDeposit.vue
+2
-2
No files found.
pages/IcbcModule/Recharge/Recharge.vue
View file @
6c570521
...
...
@@ -79,7 +79,7 @@
<span>
充值生活费
</span>
</view>
<!-- -->
<view
class=
"switchbankCard"
@
click=
"BackToMini('AssignAddCard')"
>
3
我要换银行卡支付
</view>
<view
class=
"switchbankCard"
@
click=
"BackToMini('AssignAddCard')"
>
我要换银行卡支付
</view>
</view>
</view>
...
...
pages/IcbcModule/Reflect/Reflect.vue
View file @
6c570521
...
...
@@ -23,7 +23,7 @@
<view
class=
"DepositID"
@
click=
"toDeposit(0)"
v-bind:style=
"Money!=''?'':'opacity: 0.5 !important;'"
>
<span>
提现
</span>
</view>
<view
class=
"switchbankCard"
@
click=
"BackToMini('
purchaseDetail
')"
>
提现记录
</view>
<view
class=
"switchbankCard"
@
click=
"BackToMini('
TxHistory
')"
>
提现记录
</view>
</view>
</view>
</
template
>
...
...
pages/StudentsGraduate/StudentsGraduate.vue
View file @
6c570521
...
...
@@ -43,7 +43,7 @@
methods
:
{
// 返回小程序切换用户
async
SwitchUser
()
{
wx
.
miniProgram
.
redirectTo
({
jWeixin
.
miniProgram
.
redirectTo
({
url
:
`/pages/setting/main`
,
success
:
function
()
{
...
...
pages/assignDeposit/assignDeposit.vue
View file @
6c570521
...
...
@@ -437,11 +437,11 @@
//返回小程序 跳转指定页面
BackToMini
(
page
)
{
if
(
page
==
'
UserMain
'
||
page
==
'
personalCenter
'
)
{
wx
.
miniProgram
.
switchTab
({
jWeixin
.
miniProgram
.
switchTab
({
url
:
`/pages/
${
page
}
/main`
,
});
}
else
{
wx
.
miniProgram
.
redirectTo
({
jWeixin
.
miniProgram
.
redirectTo
({
url
:
`/pages/
${
page
}
/main`
,
});
}
...
...
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