Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
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
wildfirecode13
new_taobao
Commits
471e4555
Commit
471e4555
authored
Sep 29, 2020
by
AU-Pro-mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yd11_20200922' of
parents
dc03e799
b9e95f9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
homePage.js
taobao_mini/client/pages/homePage/homePage.js
+12
-0
myprize.js
taobao_mini/client/pages/myprize/myprize.js
+2
-1
No files found.
taobao_mini/client/pages/homePage/homePage.js
View file @
471e4555
...
...
@@ -529,6 +529,18 @@ Page({
}
},
/**
* 显示通用弹层
* @param {object} options content: 通用弹层内容 btnText:按钮文案 confirmCallback: 按钮确认回调
*/
showCommonModal
({
content
,
btnText
,
confirmCallback
})
{
this
.
setData
({
commonModalConfirm
:
confirmCallback
||
null
,
commonModalVisible
:
true
,
commonModalData
:
{
content
,
btnText
}
});
},
changeURLArg
(
url
,
arg
,
arg_val
)
{
var
pattern
=
arg
+
'=([^&]*)'
;
var
replaceText
=
arg
+
'='
+
arg_val
;
...
...
taobao_mini/client/pages/myprize/myprize.js
View file @
471e4555
...
...
@@ -151,7 +151,7 @@ Page({
const
params
=
{
activityId
,
area
:
countyName
,
address
d
etail
:
detailInfo
,
address
D
etail
:
detailInfo
,
name
,
phone
:
telNumber
,
detailInfo
,
...
...
@@ -162,6 +162,7 @@ Page({
provinceName
,
countyName
,
streetName
,
id
:
item
.
_id
,
_id
:
item
.
_id
}
...
...
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