Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_scan
Project
Project
Details
Activity
Releases
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
android
uniapp_scan
Commits
d6144cfc
Commit
d6144cfc
authored
Dec 19, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
7f3ea8df
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
common.js
scan/mixins/common.js
+1
-1
my.vue
scan/pages/my/my.vue
+3
-3
vipPay.vue
scan/pagesA/vipPay/vipPay.vue
+1
-1
result.vue
scan/pagesC/scan/result.vue
+1
-1
payRecord.vue
scan/pagesD/payRecord/payRecord.vue
+1
-1
No files found.
scan/mixins/common.js
View file @
d6144cfc
...
...
@@ -147,7 +147,7 @@ export default {
Object
.
assign
(
header
,
{
// token: app.globalData.token,
token
:
'
2EC2B65B461AFEAB9B9CD8B656432756483D433C42E9B84882577C78642C25CF
5F433703067DF5142735505C42F58997'
,
token
:
'
393068DF9283B935CC4C37D9ABEF88F39D63941D16243ACA30B04FE7A3F7F2EB
5F433703067DF5142735505C42F58997'
,
pkgName
:
app
.
globalData
.
pkgName
})
...
...
scan/pages/my/my.vue
View file @
d6144cfc
<
template
>
<view
class=
"body"
>
<view
:style=
"'display: flex;flex-direction: row;align-items: center;margin: 20rpx;padding-left: 10rpx;margin-top:'+
statusBarHeight+'
px;'"
>
:style=
"'display: flex;flex-direction: row;align-items: center;margin: 20rpx;padding-left: 10rpx;margin-top:'+
20+'r
px;'"
>
<image
class=
"avatar"
src=
"@/static/logo-about.png"
></image>
<view>
<view
style=
"font-size: 26rpx;color: black;margin-left: 20rpx;"
>
用户ID:
{{
userBean
.
idcode
}}
</view>
...
...
@@ -94,8 +94,8 @@
});
},
handlePayRecord
()
{
//
navigateTo(`/pagesD/payRecord/payRecord`)
navigateTo
(
`/pagesC/scan/scan`
)
navigateTo
(
`/pagesD/payRecord/payRecord`
)
//
navigateTo(`/pagesC/scan/scan`)
},
handleVipPay
()
{
navigateTo
(
`/pagesA/vipPay/vipPay`
)
...
...
scan/pagesA/vipPay/vipPay.vue
View file @
d6144cfc
<
template
>
<view
class=
"body"
>
<
status-title
:showBack=
"true"
icon-color=
"white"
font-color=
"white"
>
会员界面
</status-title
>
<
!--
<status-title
:showBack=
"true"
icon-color=
"white"
font-color=
"white"
>
会员界面
</status-title>
--
>
<scroll-view
scroll-y
style=
"height: 100%;"
>
<image
style=
"width: 100%;"
src=
"@/static/bg_vip_2.png"
mode=
"widthFix"
/>
...
...
scan/pagesC/scan/result.vue
View file @
d6144cfc
<
template
>
<view
class=
"body"
:style=
'
{width:windowWidth+"px",height:windowHeight+"px"}'>
<
status-title
:showBack=
"true"
iconColor=
"black"
>
识别结果
</status-title
>
<
!--
<status-title
:showBack=
"true"
iconColor=
"black"
>
识别结果
</status-title>
--
>
<view
style=
"display: flex;flex-direction: column;height: 100%;"
>
<view
style=
"height: 40%;"
>
<image
mode=
"heightFix"
style=
"height: 100%;"
src=
"../../static/bg_vip_0.png"
/>
...
...
scan/pagesD/payRecord/payRecord.vue
View file @
d6144cfc
<
template
>
<view
class=
"body"
>
<
status-title
:showBack=
"true"
>
我的订单
</status-title
>
<
!--
<status-title
:showBack=
"true"
>
我的订单
</status-title>
--
>
<z-paging
class=
"flex-1"
ref=
"paging"
v-model=
"dataList"
@
query=
"queryList"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
style=
"display: flex;flex-direction: row;justify-content:space-between;margin: 20rpx;background-color:white;border-radius:10rpx;padding: 20rpx;"
>
...
...
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