Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
weixinapp-qq
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
2019-04-18 16:04:49 +0800
Commit
1098af4510da2cee9f6b3e62212f2d1a42517a37
1 parent
8e9cd4dc
fix: rm qrcode for goods detail
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
pages/goodsDetail/goodsDetail.js
pages/goodsDetail/goodsDetail.wxml
pages/goodsDetail/goodsDetail.js
View file @
1098af4
...
...
@@ -579,8 +579,9 @@ Page(extend({}, Actionsheet, Toast, {
},
share
:
function
(
event
)
{
this
.
setData
({
'actionsheet.show'
:
tru
e
'actionsheet.show'
:
fals
e
})
},
shareHide
:
function
(
event
)
{
...
...
pages/goodsDetail/goodsDetail.wxml
View file @
1098af4
...
...
@@ -62,7 +62,7 @@
</view>
<view class="goodShare">
<image class="shareIcon" src="./images/share-ic@2x.png" bindtap="share"></image>
<button bindtap="share" formType="submit" class="shareButton"></button>
<button bindtap="share"
open-type="share"
formType="submit" class="shareButton"></button>
</view>
</view>
...
...
Please
register
or
login
to post a comment