Commit 3f2e5346 by 高淑倩

add: 关联商品点击事件

parent 83c55d80
...@@ -25,6 +25,10 @@ wxService.page({ ...@@ -25,6 +25,10 @@ wxService.page({
onReady: function () { onReady: function () {
}, },
// 关联商品
handleRelatedGoods(){
console.log('关联商品')
},
uploadImg(){ uploadImg(){
this.chooseImg() this.chooseImg()
}, },
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<input placeholder="这一刻想说什么..." auto-focus /> <input placeholder="这一刻想说什么..." auto-focus />
</view> </view>
<view class="related-goods">关联商品</view> <view class="related-goods" bindtap="handleRelatedGoods">关联商品</view>
<view class="gress-list"> <view class="gress-list">
<grass-item/> <grass-item/>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment