提交 c64f486d 编写于 作者: L lumin

test

上级 700779d1
......@@ -61,6 +61,13 @@ Page({
})
},
toShare:function(e){
console.log(e);
wx.navigateTo({
url: '../poster/poster',
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
......
......@@ -77,7 +77,7 @@
<image class="action-btn _op" src="../../images/comment.png" mode="widthFix"></image>
<text class="text-bold text">评论</text>
</view>
<view class="wrap" bindtap="share">
<view class="wrap" bindtap="toShare">
<image class="action-btn not-like _op" src="../../images/share.png" mode="widthFix"></image>
<text class="text-bold text">分享</text>
</view>
......
......@@ -91,7 +91,7 @@
<image class="action-btn _op" src="../../images/comment.png" mode="widthFix" ></image>
<text class="text-bold text" >评论</text>
</view>
<view class="wrap" bindtap="share" >
<view class="wrap" bindtap="toShare" >
<image class="action-btn not-like _op" src="../../images/share.png" mode="widthFix" ></image>
<text class="text-bold text">分享</text>
</view>
......
......@@ -15,7 +15,7 @@
{
"name": "详情",
"pathName": "pages/detail/detail",
"query": "id=0ab5303b62c045ef0c7055051f08d384",
"query": "id=8f75309d62c04dc10b699f54455d128c",
"launchMode": "default",
"scene": null
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册