Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BEHALF
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
华国豪
BEHALF
Commits
95e5237e
Commit
95e5237e
authored
Nov 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
禁用分享
parent
91653df4
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
14 additions
and
0 deletions
+14
-0
home.js
pages/Home/home.js
+3
-0
ProductList.js
pages/Product/ProductList/ProductList.js
+1
-0
Settlement.js
pages/Product/Settlement/Settlement.js
+1
-0
classify.js
pages/Product/classify/classify.js
+1
-0
logistics.js
pages/Product/logistics/logistics.js
+1
-0
payOK.js
pages/Product/payOK/payOK.js
+1
-0
ShoppingCart.js
pages/ShoppingCart/ShoppingCart.js
+1
-0
mine.js
pages/mine/mine.js
+1
-0
mineAddrEdit.js
pages/mine/mineAddrEdit/mineAddrEdit.js
+1
-0
mineAddrList.js
pages/mine/mineAddrList/mineAddrList.js
+1
-0
mineOrder.js
pages/mine/mineOrder/mineOrder.js
+1
-0
mineOrderDetails.js
pages/mine/mineOrder/mineOrderDetails/mineOrderDetails.js
+1
-0
No files found.
pages/Home/home.js
View file @
95e5237e
...
...
@@ -18,6 +18,9 @@ Page({
imgList
:
[],
openId
:
''
},
onShareAppMessage
:
function
()
{
console
.
log
(
1111
)
},
goSearchPage
:
function
(){
wx
.
navigateTo
({
url
:
"/pages/Product/Search/Search"
,
...
...
pages/Product/ProductList/ProductList.js
View file @
95e5237e
...
...
@@ -170,6 +170,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
let
searchKey
=
''
if
(
typeof
(
options
.
searchKey
)
!==
"undefined"
)
{
searchKey
=
options
.
searchKey
...
...
pages/Product/Settlement/Settlement.js
View file @
95e5237e
...
...
@@ -178,6 +178,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
let
_this
=
this
wx
.
getSetting
({
success
(
res
)
{
...
...
pages/Product/classify/classify.js
View file @
95e5237e
...
...
@@ -62,6 +62,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
wx
.
setNavigationBarTitle
({
title
:
'分类'
})
...
...
pages/Product/logistics/logistics.js
View file @
95e5237e
...
...
@@ -12,6 +12,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
wx
.
setNavigationBarTitle
({
title
:
'查看物流'
})
...
...
pages/Product/payOK/payOK.js
View file @
95e5237e
...
...
@@ -16,6 +16,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
this
.
setData
({
orderId
:
options
.
id
})
...
...
pages/ShoppingCart/ShoppingCart.js
View file @
95e5237e
...
...
@@ -247,6 +247,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
wx
.
setNavigationBarTitle
({
title
:
'购物车'
})
...
...
pages/mine/mine.js
View file @
95e5237e
...
...
@@ -46,6 +46,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
let
_this
=
this
wx
.
getStorage
({
key
:
'admin'
,
...
...
pages/mine/mineAddrEdit/mineAddrEdit.js
View file @
95e5237e
...
...
@@ -112,6 +112,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
let
_this
=
this
if
(
options
.
edit
)
{
wx
.
getStorage
({
...
...
pages/mine/mineAddrList/mineAddrList.js
View file @
95e5237e
...
...
@@ -135,6 +135,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
wx
.
setNavigationBarTitle
({
title
:
'收货地址'
})
...
...
pages/mine/mineOrder/mineOrder.js
View file @
95e5237e
...
...
@@ -158,6 +158,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
if
(
options
.
type
)
{
this
.
setData
({
active
:
options
.
type
*
1
===
0
?
-
1
:
options
.
type
*
1
...
...
pages/mine/mineOrder/mineOrderDetails/mineOrderDetails.js
View file @
95e5237e
...
...
@@ -83,6 +83,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
wx
.
hideShareMenu
()
this
.
setData
({
CorderId
:
options
.
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