Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
wangjian
FuLiMini
Commits
33b716c4
Commit
33b716c4
authored
Apr 26, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f81af754
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
4 deletions
+22
-4
pages.json
pages.json
+18
-0
order.vue
pages/order/order.vue
+1
-1
agreement.vue
pagesA/agreement/agreement.vue
+0
-0
selectAccount.vue
pagesA/selectAccount/selectAccount.vue
+1
-2
router.js
router/router.js
+2
-1
No files found.
pages.json
View file @
33b716c4
...
...
@@ -136,6 +136,24 @@
}
}
,{
"path"
:
"greement/greement"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"agreement/agreement"
,
"style"
:
{
"navigationBarTitleText"
:
"隐私协议"
,
"enablePullDownRefresh"
:
false
}
}
]
}],
"preloadRule"
:{
...
...
pages/order/order.vue
View file @
33b716c4
...
...
@@ -69,7 +69,7 @@
},
methods
:
{
getList
()
{
if
(
this
.
loadingType
==
'noMore'
)
{
if
(
this
.
loadingType
==
'noMore'
||
this
.
loadingType
===
'loading'
)
{
return
}
this
.
loadingType
=
'loading'
;
...
...
pagesA/agreement/agreement.vue
0 → 100644
View file @
33b716c4
This diff is collapsed.
Click to expand it.
pagesA/selectAccount/selectAccount.vue
View file @
33b716c4
...
...
@@ -16,7 +16,7 @@
<image
v-if=
"!selectTips"
class=
"select-img"
src=
"../../static/select-n.png"
mode=
""
@
click=
"selectTips=!selectTips"
></image>
<image
v-else
class=
"select-img"
src=
"../../static/select-h.png"
mode=
""
@
click=
"selectTips=false"
></image>
<view
class=
"tips"
>
查看并同意
<text
>
《隐私政策》
</text>
和
<text
>
《服务协议》
</text>
查看并同意
<text
@
click=
"$router.push('Agreement')"
>
《隐私政策》
</text>
和
<text
@
click=
"$router.push('Agreement')"
>
《服务协议》
</text>
</view>
</view>
</view>
...
...
@@ -111,7 +111,6 @@
display
:
block
;
height
:
96rpx
;
width
:
96rpx
;
background-color
:
#18BC37
;
border-radius
:
96rpx
;
}
.middle
{
...
...
router/router.js
View file @
33b716c4
...
...
@@ -15,7 +15,8 @@ const routers = {
'SetPwd'
:
'/pagesA/SetPwd/SetPwd'
,
'OrderDetail'
:
'/pagesA/orderDetail/orderDetail'
,
'Coupon'
:
'/pagesA/coupon/coupon'
,
'AlertToLogin'
:
'/pagesA/AlertToLogin/AlertToLogin'
'AlertToLogin'
:
'/pagesA/AlertToLogin/AlertToLogin'
,
'Agreement'
:
'/pagesA/agreement/agreement'
}
export
function
push
(
routerName
,
params
,
events
)
{
...
...
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