修改点击点评时的跳转页面
This commit is contained in:
parent
353b01fa4f
commit
8f3af9a2aa
@ -104,7 +104,7 @@
|
||||
买单反积分
|
||||
</div>
|
||||
</div>
|
||||
<div class="merchantItem_right_con_right">
|
||||
<div class="merchantItem_right_con_right" @click="toJump(item)">
|
||||
<image
|
||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_review.png"
|
||||
mode="aspectFill"
|
||||
@ -261,6 +261,11 @@ export default {
|
||||
uni.setStorageSync("merchantInfo", e);
|
||||
NavgateTo("../detail/index");
|
||||
},
|
||||
//跳转点评
|
||||
toJump(e){
|
||||
NavgateTo('../comment/index');
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user