Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
72970b97
Commit
72970b97
authored
Aug 13, 2024
by
刘玉宏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
8dc7f65b
cfd44d99
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
fab.vue
src/Components/fab/fab.vue
+4
-0
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+1
-1
index.vue
...s/assistingAgriculture/order/components/stepBar/index.vue
+6
-0
No files found.
src/Components/fab/fab.vue
View file @
72970b97
...
...
@@ -7,6 +7,10 @@
:draggable=
"true"
inactiveIcon=
"a-controlplatform"
>
<view
class=
"custom-button"
@
click=
"go('/pages/assistingAgriculture/index/index')"
>
<image
class=
"fab-icon"
src=
"../../static/index/order.png"
></image>
<text
class=
"fab-text"
>
助农
</text>
</view>
<view
class=
"custom-button"
@
click=
"go('/pages/ticket/ticket')"
>
<image
class=
"fab-icon"
src=
"../../static/index/coupon.png"
></image>
<text
class=
"fab-text"
>
优惠券
</text>
...
...
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
72970b97
...
...
@@ -104,7 +104,7 @@
<div
class=
"package-list"
>
<div
class=
"package-item"
:class=
"
{ active: activeMeal === v, 'special-offer':
true
}"
:class=
"
{ active: activeMeal === v, 'special-offer':
v.isEspecially
}"
v-for="(v, i) in mealList"
@click="onActiveMeal(v)"
:key="i"
...
...
src/pages/assistingAgriculture/order/components/stepBar/index.vue
View file @
72970b97
...
...
@@ -110,6 +110,12 @@
</template>
<
script
setup
>
const
props
=
defineProps
({
dataList
:
{
type
:
Array
,
default
:
null
,
},
});
const
show
=
ref
(
false
);
// 正则表达式匹配电话号码
const
phoneRegex
=
/
\b(\d{3,4}
-
\d{7,8}
|
\d{11})\b
/g
;
...
...
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