Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
4cc35bc3
Commit
4cc35bc3
authored
Jun 23, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
9e3ae0b2
efae6539
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
manifest.json
manifest.json
+1
-3
points.vue
pages/user-center/points.vue
+8
-0
No files found.
manifest.json
View file @
4cc35bc3
...
@@ -70,9 +70,7 @@
...
@@ -70,9 +70,7 @@
/*
小程序特有相关
*/
/*
小程序特有相关
*/
"mp-weixin"
:
{
"mp-weixin"
:
{
"appid"
:
"wxcf0727a7c78b501e"
,
"appid"
:
"wxcf0727a7c78b501e"
,
"navigateToMiniProgramAppIdList"
:
[
"navigateToMiniProgramAppIdList"
:
[
"wxacd9f8cc3480d29e"
],
"wxacd9f8cc3480d29e"
],
"setting"
:
{
"setting"
:
{
"urlCheck"
:
true
,
"urlCheck"
:
true
,
"minified"
:
false
"minified"
:
false
...
...
pages/user-center/points.vue
View file @
4cc35bc3
...
@@ -39,6 +39,12 @@
...
@@ -39,6 +39,12 @@
</text>
</text>
<!-- v-if="CustomerIntegral&&CustomerIntegral.saleList&&CustomerIntegral.saleList.length>0" -->
<!-- v-if="CustomerIntegral&&CustomerIntegral.saleList&&CustomerIntegral.saleList.length>0" -->
<view
class=
"row"
>
<view
class=
"row"
>
<!-- #ifdef MP-DI -->
<text
class=
"userHeadPicR_text"
@
click=
"goTisp"
>
积分规则
</text>
<!-- #endif -->
<!-- #ifdef MP-AG -->
<div
class=
"userHeadPicR_text flex-1 row col"
@
click=
"goExchange"
>
<div
class=
"userHeadPicR_text flex-1 row col"
@
click=
"goExchange"
>
<text>
积分商场
</text>
<text>
积分商场
</text>
<u-icon
name=
"arrow"
:size=
"26"
color=
"#61462E"
style=
""
></u-icon>
<u-icon
name=
"arrow"
:size=
"26"
color=
"#61462E"
style=
""
></u-icon>
...
@@ -52,6 +58,8 @@
...
@@ -52,6 +58,8 @@
<!-- 销售:
{{
CustomerIntegral
.
saleList
[
0
].
saleName
}}
<template
v-if=
"CustomerIntegral.saleList.length>0"
>
等
{{
CustomerIntegral
.
saleList
.
length
}}
位
</
template
>
-->
<!-- 销售:
{{
CustomerIntegral
.
saleList
[
0
].
saleName
}}
<template
v-if=
"CustomerIntegral.saleList.length>0"
>
等
{{
CustomerIntegral
.
saleList
.
length
}}
位
</
template
>
-->
<!-- #endif -->
<!-- #endif -->
</text>
</text>
<!-- #endif -->
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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